Changes between Version 2 and Version 3 of UsersGuide
- Timestamp:
- 2009-08-06T14:05:51Z (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersGuide
v2 v3 30 30 == Building From Source == #BuildingFromSource 31 31 32 Checkout the latest sources 32 Checkout the latest sources from our central Bazaar repository 33 33 {{{ 34 svn checkout svn://svn.helenos.org/HelenOS/trunk helenos-trunk 34 bzr checkout bzr://bzr.helenos.org/head HelenOS 35 }}} 36 37 ''Note:'' To access versions older than 0.4.1 you have to access the original Subversion repository 38 39 {{{ 40 svn checkout svn://svn.helenos.org/HelenOS/trunk HelenOS 35 41 }}} 36 42 37 43 Use our script to install a supported cross-compiler toolchain 44 38 45 {{{ 39 cd helenos-trunk/contrib/toolchain46 cd HelenOS/contrib/toolchain 40 47 ./toolchain.ia32.sh 41 48 }}}