File: Readme.md

package info (click to toggle)
iannix 0.9.20~dfsg0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 9,736 kB
  • sloc: cpp: 42,060; ansic: 12,322; makefile: 29
file content (25 lines) | stat: -rw-r--r-- 929 bytes parent folder | download | duplicates (3)
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
About IanniX
============
IanniX is a graphical open-source sequencer, based on Iannis Xenakis works, for digital art. IanniX syncs via Open Sound Control (OSC) events and curves to your real-time environment.

Build IanniX
============

All platforms
-------------
- Download Qt 4.8 for your plateform (http://qt-project.org/downloads) (4.7 is also compatible)
- Download Qt Creator (http://qt-project.org/downloads)
- Open IanniX.pro and build!

Mac OS X specific
-----------------
- Download Syphon Framework (http://syphon-framework.googlecode.com/) and add it to /Library/Frameworks folder
- If you want to build IanniX with Kinect support, you'll need libfreenect (http://openkinect.org/wiki/Getting_Started)

Linux
-----
- You'll need to build Qt before building IanniX
  - If your distribution supports it, you can also install Qt via the package
    manager, e.g.:

        aptitude install libqt4-dev libqt4-opengl-dev