summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2018-06-25 19:41:26 +0200
committerKali Kaneko (leap communications) <kali@leap.se>2018-06-25 19:42:27 +0200
commit027c6211efaf4a78a29a2c9ac8ecd5d75317cf7b (patch)
treeb64cd3b68dc0297ee280f9aa8d659c76b8caafa7
parent4daadd308651424ed9baaa69764a3306af11c681 (diff)
[docs] add readme to staging
-rwxr-xr-xMakefile2
-rw-r--r--README.txt1
-rwxr-xr-xstaging/README.txt10
3 files changed, 12 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0dcba61..3800ecd 100755
--- a/Makefile
+++ b/Makefile
@@ -4,5 +4,5 @@ build_osx:
build_win:
echo "[+] building windows"
"C:\Program Files (x86)\NSIS\makensis.exe" win/RiseupVPN-installer.nsi
-snap:
+build_snap:
echo "[+] building snap"
diff --git a/README.txt b/README.txt
index 1541ac0..b236232 100644
--- a/README.txt
+++ b/README.txt
@@ -13,6 +13,7 @@ Dependencies
------------------------
* golang
+* make
Dependencies (Windows)
------------------------
diff --git a/staging/README.txt b/staging/README.txt
new file mode 100755
index 0000000..1c25967
--- /dev/null
+++ b/staging/README.txt
@@ -0,0 +1,10 @@
+This is a temporary folder used for builds.
+
+Here you should have:
+
+1. nssm.exe
+2. bitmask-systray.exe
+3. bitmask-helper.exe
+4. openvpn (and libs. TODO: compile statically)
+
+None of those should be commited to the repo, obviously.