Skip to content
Snippets Groups Projects
Unverified Commit 218af6e0 authored by Kali Kaneko's avatar Kali Kaneko
Browse files

[pkg] add a convenience target for installing deps

parent 86e5052b
No related branches found
Tags 0.18.9
1 merge request!6Es review
......@@ -12,6 +12,9 @@ clean:
icon:
make -C icon
get_deps:
sudo apt install libzmq3-dev libgtk-3-dev libappindicator3-dev golang pkg-config
LANGS ?= $(foreach path,$(wildcard locales/*/messages.gotext.json),$(patsubst locales/%/messages.gotext.json,%,$(path)))
empty :=
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment