Skip to content

Commit 03f31b3

Browse files
Add skip-subprojects to instructions
1 parent af7e15a commit 03f31b3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
.idea
33

44
subprojects/*/
5+
subprojects/.wraplock
56
subprojects/*/**
67
compile_commands.json
78
build/
@@ -11,4 +12,4 @@ build/
1112
*.gui~
1213
*.gui#
1314
*.ui~
14-
*.ui#
15+
*.ui#

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* Open a terminal in the directory of the repo and run the next commands for a release build
3636
* `meson setup build -Dtracy_enable=false -Dbuildtype=release`
3737
* `meson compile -C build`
38-
* `meson install -C build` To install locally using built binary, this also includes:
38+
* `meson install -C build --skip-subprojects` To install locally using built binary, this also includes:
3939
* Desktop entry
4040
* Icons
4141
* README.md in doc

0 commit comments

Comments
 (0)