diff options
author | kali <kali@leap.se> | 2012-07-22 21:10:15 -0700 |
---|---|---|
committer | kali <kali@leap.se> | 2012-07-22 21:10:15 -0700 |
commit | c46d8da153ac658c8bd145376e22b1218db1090a (patch) | |
tree | 0943a4a866d9f3b1bc590c1c23f810ca13635f9e /README.txt |
initial import
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/README.txt b/README.txt new file mode 100644 index 00000000..14ac253f --- /dev/null +++ b/README.txt @@ -0,0 +1,37 @@ +======================================== += LEAP = += The Internet Encryption Toolkit = +======================================== + +Install +======= +python setup.py install + +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 |