|
This is the Install procedure from the their website. Did you download the latest version?
To check out latest skyeye trunk source type:
$ svn co http://skyeye.svn.sourceforge.net/svnroot/skyeye/skyeye-v1/trunk skyeye_trunk
Then cd into skyeye_trunk directory and type "make"!
8.1 Linux/Unix
You may need to check following packages are exsiting in your linux/unix machine.
gcc, make, vim(optional), ssh, subversion(for check out source code)
binutils-dev(bfd)
atk-dev
gtk+-2.0-dev
pkg-config
pango-dev
freetype2-dev
glib-dev
x11-dev
Then enter skyeye sourcecode directory:
$ ./configure
$ make$ make installIn some operation system such as, you may need to type $sudo make install
The SkyEye binary will be in binary/skyeye (posix) or binary/skyeye.exe (cygwin)
Options
Skyeye has a small number of options that can be specified when building.
To compile the binary as static, which allows for easy distribution:
$ make STATIC=1
You can enable various compile options on the commnad line. For example, to disable
DBCT do the following:
$ make NO_DBCT=1
To disable compiling with the LCD do the following:
$ make NO_LCD=1
To disable compiling the network device support do the following:
$ make NO_NET=1
You may wish to not compile with the BFD library, to create smaller,
standalone binaries.
$ make NO_BFD=1 |
IP Logged
|