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 af7e15a commit 03f31b3Copy full SHA for 03f31b3
.gitignore
@@ -2,6 +2,7 @@
2
.idea
3
4
subprojects/*/
5
+subprojects/.wraplock
6
subprojects/*/**
7
compile_commands.json
8
build/
@@ -11,4 +12,4 @@ build/
11
12
*.gui~
13
*.gui#
14
*.ui~
-*.ui#
15
+*.ui#
README.md
@@ -35,7 +35,7 @@
35
* Open a terminal in the directory of the repo and run the next commands for a release build
36
* `meson setup build -Dtracy_enable=false -Dbuildtype=release`
37
* `meson compile -C build`
38
-* `meson install -C build` To install locally using built binary, this also includes:
+* `meson install -C build --skip-subprojects` To install locally using built binary, this also includes:
39
* Desktop entry
40
* Icons
41
* README.md in doc
0 commit comments