mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-20 10:42:21 +00:00
Merge pull request #143 from b-/patch-1
Shortened a couple of build steps
This commit is contained in:
commit
2a92e32761
@ -41,8 +41,7 @@ For Ubuntu Linux, the following should help a bit:
|
|||||||
|
|
||||||
On a Mac, get the homebrew package manager and:
|
On a Mac, get the homebrew package manager and:
|
||||||
|
|
||||||
brew install boost
|
brew install boost cmake gmp mpfr libmpc bison
|
||||||
brew install cmake gmp mpfr libmpc bison
|
|
||||||
|
|
||||||
You can also run Retro68 on a PowerMac G4 or G5 running Mac OS 10.4 (Tiger).
|
You can also run Retro68 on a PowerMac G4 or G5 running Mac OS 10.4 (Tiger).
|
||||||
In that case, get the tigerbrew package manager and
|
In that case, get the tigerbrew package manager and
|
||||||
@ -115,8 +114,7 @@ Note that compilation via Cygwin is around 3X slower than other platforms.
|
|||||||
Once you have all the prerequisites, execute these commands from the top level
|
Once you have all the prerequisites, execute these commands from the top level
|
||||||
of the Retro68 directory:
|
of the Retro68 directory:
|
||||||
|
|
||||||
cd ..
|
mkdir ../Retro68-build
|
||||||
mkdir Retro68-build
|
|
||||||
cd Retro68-build
|
cd Retro68-build
|
||||||
../Retro68/build-toolchain.bash
|
../Retro68/build-toolchain.bash
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user