Skip to content

Commit 00eb9ce

Browse files
committed
Add information on building (paceholder#192)
1 parent 87f0d38 commit 00eb9ce

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,27 @@ Each change in the source node is immediately propagated through all the connect
3333
* JSON-based interface styles
3434
* Saving scenes to JSON files
3535

36+
### Building
37+
38+
#### Linux
39+
40+
~~~
41+
git clone git@github.com:paceholder/nodeeditor.git
42+
cd nodeeditor
43+
mkdir build
44+
cd build
45+
cmake ..
46+
make -j && make install
47+
~~~
48+
49+
#### Qt Creator
50+
51+
1. Open `CMakeLists.txt` as project.
52+
2. If you don't have the `Catch2` library installed, go to `Build Settings`, disable the checkbox `BUILD_TESTING`.
53+
3. `Build -> Run CMake`
54+
4. `Build -> Build All`
55+
5. Click the button `Run`
56+
3657
### Roadmap
3758

3859
1. Extend set of examples

0 commit comments

Comments
 (0)