doc: Clarify tool chain location

This commit is contained in:
Norman Feske 2013-01-15 09:25:47 +01:00
parent 2dba94eba9
commit bf6636a987
1 changed files with 2 additions and 1 deletions

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:
! 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 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...]
:Compile from source: