From 2f2c5c8a468802f8c8cef0870befe11dab11d5a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Hamy?= Date: Mon, 15 Nov 2021 19:37:29 +0100 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c0e1798..adc017e 100644 --- a/README.md +++ b/README.md @@ -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: ```sh +make install_deps 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: ```sh +# prepare the build +make install_deps + +# and then + make build_deb # or make build_rpm @@ -95,7 +101,7 @@ make build_snap 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.