HAMcast developers

Changes between Version 8 and Version 9 of documentation/howto/build


Ignore:
Timestamp:
08/30/11 09:55:04 (13 years ago)
Author:
Sebastian Meiling
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • documentation/howto/build

    v8 v9  
    4242=== Note for Linux users ===
    4343
    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 i568, i686 or x86_64, then (re)run the configure script as follows:
     44If 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:
    4545{{{
    4646./configure CXXFLAGS="-march={YOUR_ARCH}"