We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87f0d38 commit 00eb9ceCopy full SHA for 00eb9ce
README.md
@@ -33,6 +33,27 @@ Each change in the source node is immediately propagated through all the connect
33
* JSON-based interface styles
34
* Saving scenes to JSON files
35
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
57
### Roadmap
58
59
1. Extend set of examples
0 commit comments