Changes between Version 6 and Version 7 of HowToBuildFromSource


Ignore:
Timestamp:
Apr 16, 2008 9:40:14 PM (5 years ago)
Author:
cervajs
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToBuildFromSource

    v6 v7  
    9696your path. 
    9797 
     98== Windows == 
    9899Windows with Visual C++: 
    99100 
     
    106107    make 
    107108 
    108 GNU/Linux and MacOS X: 
     109== Linux == 
     110 
     111GNU/Linux :  
    109112 
    110113    mkdir /path/to/qutecom/builddir 
     
    112115    cmake -DCMAKE_BUILD_TYPE=Debug /path/to/qutecom 
    113116    make 
     117 
     118=== [wiki:FedoraPlatformSupport Fedora] === 
     119 
     120== MacOS X == 
     121 
     122    mkdir /path/to/qutecom/builddir 
     123    cd /path/to/qutecom/builddir 
     124    cmake -DCMAKE_BUILD_TYPE=Debug /path/to/qutecom 
     125    make 
     126 
     127 
    114128 
    115129### CMake standard options