You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,16 +20,19 @@ And then must be used with a compatible pop-launcher frontend
20
20
-[onagre](https://github.com/oknozor/onagre)
21
21
22
22
```sh
23
-
just # Build
23
+
just build-release # Build
24
24
just install # Install locally
25
25
```
26
26
27
-
Packaging for a Linux distribution?
27
+
If you are packaging, run `just vendor` outside of your build chroot, then use `just build-vendored` inside the build-chroot. Then you can specify a custom root directory and prefix.
28
28
29
29
```sh
30
-
just vendor # Vendor
31
-
just vendor=1 # Build with vendored dependencies
32
-
just rootdir=$(DESTDIR) install # Install to custom root directory
30
+
# Outside build chroot
31
+
just vendor
32
+
33
+
# Inside build chroot
34
+
just build-vendored
35
+
sudo just rootdir=debian/tmp prefix=/usr install
33
36
```
34
37
35
38
Want to install specific plugins? Remove the plugins you don't want:
0 commit comments