-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
80 lines (53 loc) · 2.05 KB
/
Copy pathREADME
File metadata and controls
80 lines (53 loc) · 2.05 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
Peanut is a lightweight softphone powered by python and pjsip.
Enjoy =D
We are just in draft fase, so be paciente
Dependencies
*Ubuntu
Use apt-get to install: Python, qt, sip, PyQt,
*Mac OS:
Install XCODE
------------------------------------------------------------------------
xcode313_2736_developerdvd.dmg
Install Python 2.6.2
------------------------------------------------------------------------
python-2.6.2-macosx2009-04-16.dmg
Install QT
------------------------------------------------------------------------
qt-sdk-mac-opensource-2009.03.1.dmg
Install SIP
------------------------------------------------------------------------
get sip-4.8.2.tar.gz in http://www.riverbankcomputing.com/software/sip/download
Compiling sip
python configure.py
make
sudo make install
Install PyQt
------------------------------------------------------------------------
get PyQt-mac-gpl-4.5.4.tar.gz in http://www.riverbankcomputing.com/software/pyqt/download
Compiling PyQt
python configure.py
make -j 2
sudo make install
*Linux and Mac
Install PJSIP:
------------------------------------------------------------------------
svn co http://svn.pjsip.org/repos/pjproject/trunk pjproject
./configure && make dep && make clean && make
cd pjsip-apps/src/python
sudo make
Install AMARA:
------------------------------------------------------------------------
get Amara-2.0a1.tar.gz in http://pypi.python.org/pypi/Amara/2.0a1
sudo python setup.py install
Install PYRO:
------------------------------------------------------------------------
get Pyro-3.9.1.tar.gz in http://pyro.sourceforge.net/download.html
sudo python setup.py install
Install SPRINGPYTHON:
------------------------------------------------------------------------
get springpython-1.0.0.RELEASE.tar.gz in http://www.springsource.com/download/community?project=Spring%20Python
sudo python setup.py install
Install CHEETAH:
------------------------------------------------------------------------
get Cheetah-2.2.1.tar.gz in http://sourceforge.net/projects/cheetahtemplate/files/
sudo python setup.py install