mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-18 21:27:56 +00:00
doc/tool_chain.txt: change download URL to GitHub
Also make the description more concise, and present the download information before the extraction step.
This commit is contained in:
parent
190d49527c
commit
33bcd7c02e
@ -30,16 +30,18 @@ tool chain. It can be obtained in two ways: as pre-compiled binaries or
|
|||||||
manually compiled:
|
manually compiled:
|
||||||
|
|
||||||
:Pre-compiled:
|
:Pre-compiled:
|
||||||
Our pre-compiled tool chain is runnable on Linux x86_32 and x86_64. The
|
[https://github.com/genodelabs/genode/releases/download/23.05/genode-toolchain-23.05.tar.xz - Download the tool chain]
|
||||||
archives for both versions will be extracted to
|
pre-compiled for Linux x86_64.
|
||||||
_/usr/local/genode/tool/<version>_.
|
|
||||||
|
! SHA256 880886efba0f592a3d3c5ffb9fa63e692cb6bd643e13c5c468d0da027c22716e
|
||||||
|
|
||||||
To extract the archive, use the following command:
|
To extract the archive, use the following command:
|
||||||
|
|
||||||
! sudo tar xPf genode-toolchain-<version>-<arch>.tar.xz
|
! 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 use of the 'P' option ensures that the tool chain will be installed at
|
||||||
the correct absolute path where the build system expects it to reside by
|
_/usr/local/genode/tool/<version>_, which is the location expected by
|
||||||
default. Please note, Genode OS Framework releases require a Genode tool
|
Genode's build system.
|
||||||
chain with an equal or next smaller version number.
|
|
||||||
[https://sourceforge.net/projects/genode/files/genode-toolchain/ - Download the pre-compiled tool chain...]
|
|
||||||
|
|
||||||
:Compile from source:
|
:Compile from source:
|
||||||
For those of you who prefer compiling the tool chain from source, we provide
|
For those of you who prefer compiling the tool chain from source, we provide
|
||||||
|
Loading…
Reference in New Issue
Block a user