Changeset 1078
- Timestamp:
- Feb 12, 2008, 10:45:24 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 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 -
trunk/configure.ac
r1077 r1078 43 43 # Set default programming language 44 44 AC_LANG(C++) 45 # reset CXXFLAGS, it has "-g -O2" as default46 CXXFLAGS=""47 45 48 46 # Checks for programs.
Note: See TracChangeset
for help on using the changeset viewer.