summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkali <kali@leap.se>2013-01-30 10:03:46 +0900
committerkali <kali@leap.se>2013-01-30 10:04:57 +0900
commit7159734ec6c0b76fc7f3737134cd22fdaaaa7d58 (patch)
tree47444ce1fbe7c2a0db953379d8711dcbea599bf6
parent72bb9aa8bb2ce814572063974abe719920b87da7 (diff)
add a moveon note on master readme to avoid mistakes
-rw-r--r--README.txt40
1 files changed, 5 insertions, 35 deletions
diff --git a/README.txt b/README.txt
index 14ac253f..b0f77a75 100644
--- a/README.txt
+++ b/README.txt
@@ -1,37 +1,7 @@
-========================================
-= LEAP =
-= The Internet Encryption Toolkit =
-========================================
+Nothing here yet!
+=================
-Install
-=======
-python setup.py install
+This is the master branch, but it contains really old code.
+The integration branch is develop/
-Running tests
-=============
-nosetests -v
-
-Deps
-====
-apt-get install python-qt4 python-qt4-doc pyqt4-dev-tools
-
-Hack
-====
-
-(recommended)
-virtualenv . # ensure your .gitignore knows about it
-bin/activate
-
-# you should probably simlink sip.so and PyQt4 to your system-wide
-# install, there are some issues with it.
-
-python setup.py develop # ... TBD: finish develop howto.
-
-Compiling resource/ui files
-===========================
-You should refresh resource/ui files every time you
-change an image or a resource/ui (.ui / .qc). From
-the root folder:
-
-make ui
-make resources
+You will be able to find here the next tagged release (0.2) real soon.