Changes between Version 8 and Version 9 of documentation/howto/build
- Timestamp:
- 08/30/11 09:55:04 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
documentation/howto/build
v8 v9 42 42 === Note for Linux users === 43 43 44 If you're getting the error "No CAS for this plattform", then you need to set your hardware architecture by hand using the configure script. run "uname -m" to see your hardware architecture, this should be one of i 568, i686 or x86_64, then (re)run the configure script as follows:44 If you're getting the error "No CAS for this plattform", then you need to set your hardware architecture by hand using the configure script. run "uname -m" to see your hardware architecture, this should be one of i386, i568, i686 or x86_64, then (re)run the configure script as follows: 45 45 {{{ 46 46 ./configure CXXFLAGS="-march={YOUR_ARCH}"