doc: Clarify tool chain location

This commit is contained in:
Norman Feske 2013-01-15 09:25:47 +01:00
parent 2dba94eba9
commit bf6636a987

View File

@ -33,7 +33,8 @@ can be obtained in two ways: as pre-compiled binaries or manually compiled:
extract the archive, use the following command: extract the archive, use the following command:
! sudo tar xPfj genode-toolchain-<version>-<arch>.tar.bz2 ! sudo tar xPfj genode-toolchain-<version>-<arch>.tar.bz2
The use of the 'P' option ensures that the tool chain will be installed at The use of the 'P' option ensures that the tool chain will be installed at
the correct absolute path. the correct absolute path '/usr/local/genode-gcc' where the build system
expects it to reside by default.
[http://sourceforge.net/projects/genode/files/genode-toolchain/ - Download the pre-compiled tool chain...] [http://sourceforge.net/projects/genode/files/genode-toolchain/ - Download the pre-compiled tool chain...]
:Compile from source: :Compile from source: