mirror of
https://github.com/aunetx/deezer-linux.git
synced 2025-07-23 13:45:05 +02:00
Update README.md
This commit is contained in:
parent
7c6305c11c
commit
2f2c5c8a46
@ -66,6 +66,7 @@ Please not that in order to export the built flatpak image to your local repo or
|
|||||||
To build the AppImage image from source, call:
|
To build the AppImage image from source, call:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
make install_deps
|
||||||
make build_appimage
|
make build_appimage
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -86,6 +87,11 @@ And you should be automatically logged in.
|
|||||||
To generate the `rpm`/`deb`/`snap`/`7z` packages, you can call:
|
To generate the `rpm`/`deb`/`snap`/`7z` packages, you can call:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
# prepare the build
|
||||||
|
make install_deps
|
||||||
|
|
||||||
|
# and then
|
||||||
|
|
||||||
make build_deb
|
make build_deb
|
||||||
# or
|
# or
|
||||||
make build_rpm
|
make build_rpm
|
||||||
@ -95,7 +101,7 @@ make build_snap
|
|||||||
make build_7z
|
make build_7z
|
||||||
```
|
```
|
||||||
|
|
||||||
Everything should be generated in `artifacts/x64`.
|
Note that you don't need to call `make install_deps` everytime you start a build, but you need to call it at least once. Everything should be generated in `artifacts/x64`.
|
||||||
|
|
||||||
If you generate the 7z package, you can run it directly by extracting to a directory, and calling `./deezer-desktop` from there.
|
If you generate the 7z package, you can run it directly by extracting to a directory, and calling `./deezer-desktop` from there.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user