Changeset 106


Ignore:
Timestamp:
06/15/09 09:52:05 (14 years ago)
Author:
smurzch2
Message:

Update README for the cmake build process.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README

    r53 r106  
    1717    http://streamboard.gmc.to:8001/oscam/wiki
    1818
    19 Get sources from SVN, and build
    20 -------------------------------
     19Get sources from SVN
     20--------------------
    2121
    2222    svn co http://streamboard.gmc.to/svn/oscam/trunk oscam
    2323    cd oscam
     24
     25Build with CMake (new solution for building)
     26--------------------------------------------
     27
     28    mkdir build_dir
     29    cd build_dir
     30    cmake ..
    2431    make
    2532
     33Build with different toolchain (cross-compilation)
     34--------------------------------------------------
     35
     36    cmake -DCMAKE_TOOLCHAIN_FILE=../toolchains/toolchain-powerpc-tuxbox.cmake ..
     37
     38Change build parameters (on command line)
     39-----------------------------------------
     40
     41    cmake -DCS_CONFDIR=/where/is/config/files ..
     42
     43Change build parameters (with interface)
     44----------------------------------------
     45
     46    ccmake ..
Note: See TracChangeset for help on using the changeset viewer.