-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathINSTALL
42 lines (22 loc) · 769 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
32
33
34
35
36
37
38
39
Installing ChibiTracker:
-------------------------
**** MAKEFILE IS DEPRECATED ******
To compile ChibiTracker, you need to download the "Scons" build system,
It is a python-based build system, and it needs Python 2.2 or greater.
(make sure your /usr/??/bin/python is symliked to the 2.2+ one)
Get this build system from: http://www.scons.org , version 0.9 or greater
is requiered.
INSTRUCTIONS:
*** To get build options: ***
$ scons --help
*** To build chibitracker ***
$ scons
*** To install chibitracker in /usr/local ***
# sudo scons install
*** To install chibitracker somewhere else add prefix=<path> ***
# sudo scons install prefix=/usr
* or, for no root
$ scons install prefix=~
are valid examples
* To clean the installation
$ scons -c