Skip to content

Commit

Permalink
Add Windows installation instructions to README
Browse files Browse the repository at this point in the history
Can now be installed into game directory as sub-directory.
  • Loading branch information
nunuhara committed Jan 2, 2023
1 parent 75d8a8b commit ca98222
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,32 @@ Finally install it to your system (optional),

ninja -C build install

Installing
----------

If building from source, run:

ninja -C build install

to install xsystem4 on your system.

### Windows

The recommended way to install on Windows is to copy the xsystem4 directory
into the game directory. E.g. if Sengoku Rance is installed at
`C:\Games\AliceSoft\Sengoku Rance`, then your filesystem should look something
like this:

C:\
Games\
AliceSoft\
Sengoku Rance\
System40.ini
xsystem4\
xsystem4.exe
...
...

Running
-------

Expand All @@ -59,3 +85,8 @@ Alternatively, run xsystem4 from within the game directory,

cd /path/to/game_directory
xsystem4

### Windows

If you've installed xsystem4 into the game directory as described above, simply
double-click `xsystem4.exe` to run the game.

0 comments on commit ca98222

Please sign in to comment.