Changes between Version 2 and Version 3 of HowToCompile
- Timestamp:
- 12/01/10 11:22:21 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToCompile
v2 v3 5 5 - If you install it system-wide on Unices (Linux, OSX, AIX etc.), then the compiler will automatically find LEMON, thus you can simply compile your code like this: 6 6 {{{ 7 g++ mycode.cc -lemon7 g++ -O2 mycode.cc -lemon 8 8 }}} 9 9 - If you want to use an installed LEMON on Windows or a user-local installed version on Unices, you must explicitly tell the location of the header files and the lib to the compiler. Please consult the documentation of your compiler on how to do it.