Skip to content

Commit ca4bb22

Browse files
Create compiling.md
1 parent e6d27a8 commit ca4bb22

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

docs/compiling.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Compilling NEXT
2+
3+
NEXT uses a simple CMake system to build,
4+
To build (assuming you're in project root) you need to
5+
```bash
6+
mkdir build
7+
cd build
8+
cmake ..
9+
cmake --build .
10+
cd ..
11+
```
12+
13+
Now, you have access to the compiled binary! (next) / (next.exe)

0 commit comments

Comments
 (0)