Fix documentation for extracting the tool chain

This commit is contained in:
Christian Helmuth 2017-06-02 14:36:01 +02:00
parent 32d16c1792
commit 2a35d375fa
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ compiled:
Our pre-compiled tool chain is runnable on Linux x86_32 and x86_64. The
archives for both versions will be extracted to '/usr/local/genode-gcc'. To
extract the archive, use the following command:
! sudo tar xPfj genode-toolchain-<version>-<arch>.tar.bz2
! sudo tar xPf genode-toolchain-<version>-<arch>.tar.xz
The use of the 'P' option ensures that the tool chain will be installed at
the correct absolute path '/usr/local/genode-gcc' where the build system
expects it to reside by default. Please note, Genode OS Framework releases