-
Notifications
You must be signed in to change notification settings - Fork 2
/
DEPENDENCIES
39 lines (32 loc) · 1 KB
/
DEPENDENCIES
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
##################################################
# Required libraries
##################################################
Library Versions Tested
----------------------------------------------
Boost 1.35, 1.37
GLEW 1.5
ctemplate 0.98
Python Imaging Library (PIL) 1.1.6
wxPython 2.8
PyOpenGL 3.0.0
##################################################
# Required tools
##################################################
scons
ctags
##################################################
# Extra tools
##################################################
wxFormBuilder # Needed to modify the GUI layout (src/gui/afe-gui.fbp).
##################################################
# Typical Debian package names
##################################################
libboost1.35-dev
libglew1.5-dev
python-imaging
python-wxgtk2.8
python-opengl
scons
exuberant-ctags
wxformbuilder
libctemplate-dev