summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2014-08-04 12:15:32 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2014-08-04 12:15:32 -0300
commit3f4978bf1cf8eac0fbe3faa2f07ad08872dbbb6b (patch)
tree7659eee01bffccf81d7f4434be24f87f7a74caea
parent59120d5c3371f6b6af762c074f3dcf6bc9597a63 (diff)
Update developer instructions.
- Remove obsolete resolv-update instructions - Update polkit file name - Use generic `make` instead of just the resources one Closes #5887
-rw-r--r--docs/client/dev-environment.md25
1 files changed, 8 insertions, 17 deletions
diff --git a/docs/client/dev-environment.md b/docs/client/dev-environment.md
index eb78b3b..7ef8245 100644
--- a/docs/client/dev-environment.md
+++ b/docs/client/dev-environment.md
@@ -123,25 +123,14 @@ After this step, your Bitmask launcher will be located at
`~/Virtualenvs/bitmask/bin/bitmask`, and it will be in the path as long as you
have sourced your virtualenv.
-Make resources
---------------
+Compile Qt resources
+--------------------
-We also need to compile the resource files::
+We also need to compile the resource files:
- (bitmask)$ make resources
-
-You need to repeat this step each time you change a `.ui` file.
-
-Copy script files
------------------
-
-The openvpn invocation expects some files to be in place. If you have not
-installed `bitmask` from a debian package, you must copy these files manually
-by now:
-
- $ sudo mkdir -p /etc/leap
- $ sudo cp pkg/linux/resolv-update /etc/leap
+ (bitmask)$ make
+Note: you need to repeat this step each time you change a `.ui` file.
Running openvpn without root privileges
---------------------------------------
@@ -156,7 +145,7 @@ least once it should have copied this file for you.
If you *only* are running bitmask from inside a virtualenv, you will need to
copy this file by hand:
- $ sudo cp pkg/linux/polkit/net.openvpn.gui.leap.policy /usr/share/polkit-1/actions/
+ $ sudo cp pkg/linux/polkit/se.leap.bitmask.policy /usr/share/polkit-1/actions/
Running!
@@ -186,3 +175,5 @@ Commands so you can copy/paste:
$ ./bootstrap_develop.sh init # use help parameter for more information
This script allows you to get started, update and run the bitmask app with all its repositories.
+
+Note: you need to copy the polkit file manually.