8. Building Skyeye from Source
$ make
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
(This document orginated from Skyeye README.)
There are no comments on this page. [Add comment]