mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
extensions-app: Extend build instructions
Related to #6575 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2799>
This commit is contained in:
parent
593f659a73
commit
9e5dfa2221
1 changed files with 11 additions and 0 deletions
|
|
@ -22,6 +22,17 @@ To do that, simply run the included script:
|
|||
$ ./generate-translations.sh
|
||||
```
|
||||
|
||||
You can then build and install the project:
|
||||
|
||||
```
|
||||
$ meson setup --prefix=/usr _build
|
||||
$ meson compile -C _build
|
||||
$ meson install -C _build
|
||||
$ /usr/bin/gnome-extensions-app
|
||||
```
|
||||
|
||||
For development you can also install the project to a temporary directory (e.g. replace `/usr` with `/tmp/install` above).
|
||||
|
||||
## License
|
||||
gnome-extensions-app is distributed under the terms of the GNU General Public
|
||||
License, version 2 or later. See the [COPYING][license] file for details.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue