16 Systems ® |
All Rights Reserved. |
Launch Codes - Secure Offline Password Generation - How to CompileDownload | FAQ | How to Compile | Software LicenseTo 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/ |