On Sunday 06 April 2014 13:15:07 khemis haythem wrote: > really i haven't tried using cmake instead of autofoo > but when i can use cmake ? > and about the the full output, is like these picture : > after $aclocal i get : > aclocal.png > and after ./autogen.sh i get : > autogen_sh.png
Are you serious? Top-posting on a list... OK. But please do not send pictures of command output if you could as well copy it and insert the output in the mail. Usage of cmake: mkdir /tmp/wsbuild && cd /tmp/wsbuild # /tmp/wsbuild it output dir # The "configure" step, you can also use "cmake-gui" if you prefer cmake ~/wireshark make make install Examples for cmake: https://git.lekensteyn.nl/peter/wireshark-notes/tree/notes.txt https://github.com/Lekensteyn/aur/blob/master/wireshark/PKGBUILD#L34 Be sure to install appropriate headers and libraries... On Ubuntu you can use "sudo apt-get build-dep wireshark" for that. Peter ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
