From bf6636a9875ad32e1f6ad4d1e8cdc7935773d1d3 Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Tue, 15 Jan 2013 09:25:47 +0100 Subject: [PATCH] doc: Clarify tool chain location --- doc/tool_chain.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/tool_chain.txt b/doc/tool_chain.txt index 51562d288..ec8c36ec2 100644 --- a/doc/tool_chain.txt +++ b/doc/tool_chain.txt @@ -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--.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: