mirror of
https://github.com/abakh/nbsdgames.git
synced 2025-01-03 14:56:23 -05:00
git clone
This commit is contained in:
parent
1cb252f828
commit
83142e0b27
@ -25,6 +25,7 @@ These include:
|
||||
|
||||
## Prerequisites
|
||||
|
||||
* git (optional)
|
||||
* POSIX make (optional)
|
||||
* A C compiler with C99 enabled
|
||||
* The standard library
|
||||
@ -32,7 +33,6 @@ These include:
|
||||
|
||||
## How to run
|
||||
|
||||
|
||||
1) Download the files
|
||||
2) Go to the sources directory
|
||||
3) Set the environment variable PREFIX to the address you want them to be in
|
||||
@ -41,7 +41,8 @@ These include:
|
||||
Like this:
|
||||
|
||||
``` sh
|
||||
cd ~/Downloads/sources
|
||||
git clone https://github.com/untakenstupidnick/nbsdgames
|
||||
cd ~/nbsdgames/sources
|
||||
export PREFIX= ~/bin
|
||||
make install
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user