-
Notifications
You must be signed in to change notification settings - Fork 6
/
INSTALL
31 lines (25 loc) · 880 Bytes
/
INSTALL
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
#
# Dependencies
# ============
#
# To satisfy Luz dependencies on Ubuntu use:
sudo apt-get install ruby libgtk2-ruby librmagick-ruby libcairo-ruby libsdl-ruby imagemagick libopengl-ruby1.8 libserialport-ruby1.8 libvte-ruby1.8 ffmpeg libgst-ruby1.8
#
# Compiling Helper Applications
# =============================
#
# To build both Input Manager and Spectrum Analyzer on Ubuntu use:
sudo apt-get install build-essential libasound2-dev libfftw3-dev liblo0-dev libgtkmm-2.4-dev libgtkglextmm-x11-1.2-dev libgl1-mesa-dev libglu1-mesa-dev libx11-dev libxext-dev libxi-dev libsdl1.2-dev libcwiimote-dev libbluetooth-dev libportmidi-dev liblo-dev libunique-dev
make
#
# You can now start Luz Studio:
./luz_editor.rb
#
# Enjoy!
#
# See the examples/ directory.
#
# Find tutorials online => http://lighttroupe.com/luz
#
# NOTE: This file doubles as an install script: sh INSTALL
#