mirror of
https://github.com/cahirwpz/amigaos-cross-toolchain
synced 2025-11-23 20:21:21 +00:00
Seems like GitHub doesn't support full markdown.
This commit is contained in:
19
README.md
19
README.md
@ -54,20 +54,19 @@ You have to have following packages installed in your system:
|
||||
Follow steps listed below:
|
||||
|
||||
1. Fetch *m68k-amigaos-toolchain* project to your local drive:
|
||||
|
||||
git clone git://github.com/cahirwpz/m68k-amigaos-toolchain.git
|
||||
cd m68k-amigaos-toolchain
|
||||
|
||||
|
||||
`git clone git://github.com/cahirwpz/m68k-amigaos-toolchain.git`
|
||||
`cd m68k-amigaos-toolchain`
|
||||
|
||||
2. Download sources (use `fetch.sh` script in `archives` directory):
|
||||
|
||||
cd archives
|
||||
./fetch.sh
|
||||
|
||||
`cd archives`
|
||||
`./fetch.sh`
|
||||
|
||||
3. Run `bootstrap.sh` script (with `--prefix` option to specify where to install the toolchain).
|
||||
|
||||
cd ..
|
||||
./bootstrap.sh --prefix=/opt/m68k-amigaos build
|
||||
|
||||
`cd ..`
|
||||
`./bootstrap.sh --prefix=/opt/m68k-amigaos build`
|
||||
|
||||
4. Wait for the result :-)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user