Changeset 1078 for trunk/README
- Timestamp:
- Feb 12, 2008, 10:45:24 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README
r1061 r1078 28 28 must run './bootstrap' to initialize the build system. Now do 29 29 './configure' to create the Makefiles. Optionally you can run 30 configure with '--enable-debug', which will turn on debug options. 30 configure with '--enable-debug', which will turn on debug options. If 31 you want to disable debugging options do './configure CXXFLAGS=""', 32 needed since autoconf defaults to adding debug flags to the compiler. 31 33 32 34 Issue 'make' to compile the project. … … 79 81 hardware architecture. If you have ATLAS installed and the configure 80 82 script fails to locate it, try to add the location to the atlas 81 libraries when running confi ure:83 libraries when running configure: 82 84 83 85 #> LDFLAGS="/usr/lib64/atlas" ./configure
Note: See TracChangeset
for help on using the changeset viewer.