diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 3 insertions, 4 deletions
| @@ -25,13 +25,12 @@ compiler to use the [C99 standard](https://en.wikipedia.org/wiki/C99). For | |||
| 25 | example, on a Linux system with GCC installed: | 25 | example, on a Linux system with GCC installed: |
| 26 | 26 | ||
| 27 | ``` | 27 | ``` |
| 28 | cd path/to/nissy/src | 28 | cd path/to/nissy |
| 29 | gcc -O3 -std=c99 -o ../nissy *.c | 29 | gcc -O3 -std=c99 -o nissy ./src/*.c |
| 30 | cd .. | ||
| 31 | ./nissy | 30 | ./nissy |
| 32 | ``` | 31 | ``` |
| 33 | 32 | ||
| 34 | You can also use the script compile.sh in the src folder, which executes that | 33 | You can also use the script compile.sh, which executes that |
| 35 | gcc line (with a few extra options). | 34 | gcc line (with a few extra options). |
| 36 | 35 | ||
| 37 | ## Tips | 36 | ## Tips |
