Skip to content

Commit

Permalink
README: Add dependencies (#91)
Browse files Browse the repository at this point in the history
* Add commands for installing dependencies.

* Compile with the latest version

* Improve the comment of the compilation command

* Add missing dependencies

* Use sudo to compile

* Add dependency

* fix error

Co-authored-by: Clement Lefebvre <clement.lefebvre@linuxmint.com>
  • Loading branch information
hmsjy2017 and clefebvre committed Nov 22, 2021
1 parent 01e2e1d commit cc74ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -21,7 +21,7 @@ git checkout 1.2.3
# Try to build. If this fails, it's probably due to missing dependencies.
# If you use GitHub Actions to compile, please install the following dependencies.
sudo apt-get -y install debhelper dh-python gnome-pkg-tools meson gobject-introspection appstream
sudo apt-get -y install debhelper dh-python gnome-pkg-tools meson gobject-introspection appstream python3-grpc-tools
# Take note of these packages, install them using apt-get:
dpkg-buildpackage --no-sign
Expand Down

0 comments on commit cc74ed6

Please sign in to comment.