Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
multitouch
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Taddeüs Kroes
multitouch
Commits
45a585ba
Commit
45a585ba
authored
Jun 02, 2012
by
Taddeus Kroes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated README.
parent
18683177
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
8 deletions
+28
-8
README.txt
README.txt
+28
-8
No files found.
README.txt
View file @
45a585ba
Python package dependecies:
---------------------------
Python package dependencies
---------------------------
- VTK
- pyOSC
For test programs:
- pygame
Install dependencies on Ubuntu (11.10):
$ sudo apt-get install python-setuptools python-pygame python-vtk
------------------------------
Install dependencies on Ubuntu
------------------------------
Install VTK and pygame, and setuptools to be able to use easy_install:
$ sudo apt-get install python-vtk python-pygame python-setuptools
$ sudo easy_install pyOSC
Install dependencies on Windows:
Go here: http://www.lfd.uci.edu/~gohlke/pythonlibs/
Install the following packages:
-------------------------------
Install dependencies on Windows
-------------------------------
Go here: http://www.lfd.uci.edu/~gohlke/pythonlibs/, and install packages:
- pygame-1.9.2pre.win32-py2.7.exe
- VTK-5.8.0.win32-py2.7.exe
Download the zip file from here: https://trac.v2.nl/wiki/pyOSC, and run:
python setup.py install
-------------------------------
Using the Makefile (Linux only)
-------------------------------
Running 'make' in the root directory creates the directory 'build/', in which
the output of latex documents is created. To be able to compile the report,
commands 'pdflatex' and 'bibtex8' are required. To install these commands on
Ubuntu, type:
$ sudo apt-get install texlive-latex-base texlive-extra-utils
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment