forked from open-cogsci/OpenSesame
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
60 lines (39 loc) · 1.5 KB
/
README
File metadata and controls
60 lines (39 loc) · 1.5 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
1 DEPENDENCIES
If you want to run OpenSesame from source, you need to have
the following packages installed. OpenSesame has been tested
with the listed versions. For more information about running
OpenSesame from source, see
- <http://www.cogsci.nl/blog/tutorials/111-running-opensesame-from-source>
1.1 PYTHON (2.6)
- <http://www.python.org/>
1.1 PYGAME (>= 1.8.1)
- <http://www.pygame.org/>
1.2 PYTHON-QT4 (4.7.4)
- <http://www.riverbankcomputing.co.uk/software/pyqt/>
1.3 NUMPY (1.3.0)
- <http://numpy.scipy.org/>
1.4 PYSERIAL (2.3)
PySerial is optional, but is required for communication
with external devices, such as the SR Box.
- <http://pyserial.sourceforge.net/>
2 CREDITS AND LICENSE INFORMATION
OpenSesame includes work of others. All credits go
to the respective authors. (You do not need to install
the packages below, as they are included.)
2.1 FONTS
The fonts (resources/*.ttf) are the Droid fonts and
are released under the Apache License 2.0
- <http://www.droidfonts.com/>
- <http://www.apache.org/licenses/LICENSE-2.0>
2.2 SOUNDS
The sounds have been taken from the default Gnome sounds and
the Kopete instant messenger sounds. They are released under the
GNU General Public License.
- <http://www.gnome.org/>
- <http://kopete.kde.org/>
- <http://www.gnu.org/licenses/gpl.html>
2.3 ICONS
The icons have been taken from the Faenza icon set. They are
released under the GNU general public license.
- <http://tiheum.deviantart.com/art/Faenza-Icons-173323228>
- <http://www.gnu.org/licenses/gpl.html>