Skip to content

Commit 7340412

Browse files
committed
Add more build instructions to readme
1 parent 5b68d24 commit 7340412

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,13 @@ Example video showcasing the client in Hyperspace, Extreme Games, and a local se
4242
Solving the checksum and key expansion requests is done by using a private network service. There's no public server available yet.
4343

4444
## Building
45+
### Getting source
46+
1. `git clone https://github.com/plushmonkey/nullspace`
47+
2. `cd nullspace`
48+
3. `git submodule init && git submodule update`
4549

4650
### Windows
47-
Use the existing Visual Studio solution or install cmake.
51+
Use the existing Visual Studio solution or install cmake. Choose Release x64 build.
4852

4953
### Linux
5054
1. Install GLFW3 development libraries (`sudo apt-get install libglfw3-dev` on Ubuntu)

0 commit comments

Comments
 (0)