Changeset 106
- Timestamp:
- 06/15/09 09:52:05 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README
r53 r106 17 17 http://streamboard.gmc.to:8001/oscam/wiki 18 18 19 Get sources from SVN , and build20 -------------------- -----------19 Get sources from SVN 20 -------------------- 21 21 22 22 svn co http://streamboard.gmc.to/svn/oscam/trunk oscam 23 23 cd oscam 24 25 Build with CMake (new solution for building) 26 -------------------------------------------- 27 28 mkdir build_dir 29 cd build_dir 30 cmake .. 24 31 make 25 32 33 Build with different toolchain (cross-compilation) 34 -------------------------------------------------- 35 36 cmake -DCMAKE_TOOLCHAIN_FILE=../toolchains/toolchain-powerpc-tuxbox.cmake .. 37 38 Change build parameters (on command line) 39 ----------------------------------------- 40 41 cmake -DCS_CONFDIR=/where/is/config/files .. 42 43 Change build parameters (with interface) 44 ---------------------------------------- 45 46 ccmake ..
Note:
See TracChangeset
for help on using the changeset viewer.