Skip to content

Commit

Permalink
Adds manual to source control.
Browse files Browse the repository at this point in the history
  • Loading branch information
Quirk committed Jun 27, 2018
1 parent c7eab67 commit 4e5dbf8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Sil-q
Sil-q is a computer role-playing game with a strong emphasis on discovery and
# Sil-Q
Sil-Q is a computer role-playing game with a strong emphasis on discovery and
tactical combat. It has a simple but rich combat system which allows for a
great variety of choice.

Sil-q continues the development of Sil which hasn't been updated for a while.
Sil-Q continues the development of Sil which hasn't been updated for a while.

## Compiling Instructions

Compiling Sil-q is not very difficult, and has been tested on Windows and Linux.
Compiling Sil-Q is not very difficult, and has been tested on Windows and Linux.

Makefiles for various other systems still exist as a legacy from Sil. If you manage
to build Sil-q for a system other than Windows or Linux please create a git branch
to build Sil-Q for a system other than Windows or Linux please create a git branch
with any changes necessary, update this file and open a github pull request against
https://github.com/sil-quirk/sil-q.

Expand All @@ -27,9 +27,9 @@ this file for advice on your specific system.
in the Sil folder as well.


### Linux or Unix with gcc (tested with Sil-q)
### Linux or Unix with gcc (tested with Sil-Q)

There are several different unix setups for Sil-q:
There are several different unix setups for Sil-Q:

X11: Allows multiple windows, has correct colours.
GCU: Works in a terminal using 'curses', has only 16 or 8 colours.
Expand All @@ -43,15 +43,15 @@ this file for advice on your specific system.
Remove the # comments from that section's code.
Comment out the default section.

2. Compile Sil-q:
2. Compile Sil-Q:

Run "make -f Makefile.std install" in the src directory.

3. Run Sil-q:
3. Run Sil-Q:

Go back to the Sil folder and start Sil-q with "sil".
Go back to the Sil folder and start Sil-Q with "sil".

### Windows with Cygwin (tested with Sil-q)
### Windows with Cygwin (tested with Sil-Q)

1. Getting the free Cygwin compiler:

Expand All @@ -63,14 +63,14 @@ this file for advice on your specific system.
download. You have to search it out and specify that the download
include "make".)

2. Compile Sil-q:
2. Compile Sil-Q:

(Note: In windows open up a DOS window and go to the src directory)
Go to the src directory and run "make -f Makefile.cyg install".
Sil should now be compiled and installed into the Sil folder.
The executable file will be called Sil.exe.

3. Run Sil-q:
3. Run Sil-Q:

Go back to the Sil folder and run Sil.exe.

Binary file added Sil-Q 1.4 Manual.pdf
Binary file not shown.

0 comments on commit 4e5dbf8

Please sign in to comment.