This commit is contained in:
IntelOrca 2014-10-02 21:55:22 +01:00
commit 811587515a
2 changed files with 6 additions and 0 deletions

View File

@ -11,6 +11,10 @@ pushd build
make
popd
if [[ ! -h openrct2.dll ]]; then
ln -s build/openrct2.dll openrct2.dll
fi
if [[ -t 1 ]]; then
echo -e "\nDone! Run OpenRCT2 by typing:\n\n\033[95mwine openrct2.exe\n\033[0m"
else

View File

@ -53,6 +53,8 @@ The aim is to completely decompile RollerCoaster Tycoon 2 into C so that cross-p
# 2 Building the source code
Alternatively, a third-party offers [downloadable precompiled builds](https://openrct2.com/download). However, building the project is always recommended.
## 2.1 Prerequisites
### Windows:
- Windows XP / Vista / 7 / 8