summaryrefslogtreecommitdiff
path: root/README.txt
blob: 14ac253fef14dede5798b4a11eebd5937df045f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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