From 2a35d375fa34b8f8da37e24eda46664166c0b9f3 Mon Sep 17 00:00:00 2001 From: Christian Helmuth Date: Fri, 2 Jun 2017 14:36:01 +0200 Subject: [PATCH] Fix documentation for extracting the tool chain --- doc/tool_chain.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tool_chain.txt b/doc/tool_chain.txt index e03d02d43..2c1c4b492 100644 --- a/doc/tool_chain.txt +++ b/doc/tool_chain.txt @@ -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--.tar.bz2 + ! sudo tar xPf genode-toolchain--.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