16 Systems ®DocumentationMiscSoftware Contact All Rights Reserved. ![]() |
Launch Codes - Secure Offline Password
Generation - How to Compile
Download | FAQ | How to Compile | Software License To compile Launch Codes, you'll need three things:
# Windows g++ -static -Os `fltk-config --cxxflags` goodpass.cpp `fltk-config --ldflags` -o LaunchCodes.exe -IC:/Boost/include/boost-1_41/ # Unix g++ -Os `fltk-config --cxxflags` goodpass.cpp `fltk-config --ldflags` -o LaunchCodes -I/usr/local/include/ |