Skip to content

Commit

Permalink
Move detailed build instructions to the wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
bvschaik committed Oct 22, 2020
1 parent a30e92c commit fe5269d
Show file tree
Hide file tree
Showing 17 changed files with 9 additions and 601 deletions.
12 changes: 6 additions & 6 deletions doc/BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ See [Running Julius](RUNNING.md) for instructions on how to configure Julius for

--------------------------------------------------

For detailed building instructions, please check out the respective page:
For detailed building instructions, please check out the respective page on the wiki:

- [Building for Windows](building_windows.md)
- [Building for Linux](building_linux.md)
- [Building for Mac](building_macos.md)
- [Building for Playstation Vita](building_vita.md)
- [Building for Nintendo Switch](building_switch.md)
- [Building for Windows](https://github.com/bvschaik/julius/wiki/Building-for-Windows.md)
- [Building for Linux](https://github.com/bvschaik/julius/wiki/Building-for-Linux.md)
- [Building for Mac](https://github.com/bvschaik/julius/wiki/Building-for-MacOS.md)
- [Building for Playstation Vita](https://github.com/bvschaik/julius/wiki/Building-for-Vita.md)
- [Building for Nintendo Switch](https://github.com/bvschaik/julius/wiki/Building-for-Switch.md)
6 changes: 3 additions & 3 deletions doc/RUNNING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Julius requires the original Caesar 3 files to run. This can be an old CD-ROM ve
from either [GOG](https://www.gog.com/game/caesar_3) or
[Steam](https://store.steampowered.com/app/517790/Caesar_3/).

Note that there are [command line options](#command-line-options) which are available to all platforms.
Note that there are [command line options](https://github.com/bvschaik/julius/wiki/Command-line-options) which are available to all platforms.

If you have the high-quality MP3 music files that were once available for download from the Sierra Website,
the game supports playing them.
Expand All @@ -13,11 +13,11 @@ Please check [MP3 support](https://github.com/bvschaik/julius/wiki/MP3-Support)

## Windows

Julius supports Windows XP and higher.
Julius supports Windows Vista and higher. Windows XP has limited support.

1. Install Caesar 3 using the provided installer (GOG/Steam/CD-ROM).
2. Download the [latest release](https://github.com/bvschaik/julius/releases/latest) of Julius or compile from source.
3. Copy julius.exe, SDL2.dll and SDL2_mixer.dll to the folder where you installed Caesar 3
3. Copy julius.exe, SDL2.dll, SDL2_mixer.dll and libmpg123.dll to the folder where you installed Caesar 3
4. Run julius.exe

**Note:** If you install Caesar 3 using Steam and plan to use Steam to launch the game,
Expand Down
70 changes: 0 additions & 70 deletions doc/building_linux.md

This file was deleted.

99 changes: 0 additions & 99 deletions doc/building_macos.md

This file was deleted.

71 changes: 0 additions & 71 deletions doc/building_switch.md

This file was deleted.

70 changes: 0 additions & 70 deletions doc/building_vita.md

This file was deleted.

Loading

0 comments on commit fe5269d

Please sign in to comment.