File: INSTALL

package info (click to toggle)
cheesetracker 0.9.9-1sarge1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 4,564 kB
  • ctags: 6,586
  • sloc: cpp: 43,276; python: 316; makefile: 50; ansic: 6
file content (42 lines) | stat: -rw-r--r-- 736 bytes parent folder | download | duplicates (6)
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
Installing CheeseTracker:
-------------------------

**** MAKEFILE IS DEPRECATED ******

To compile CheeseTracker, you need to download the "Scons" build system,
It is a python-based build system, and it needs Python 2.2
(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 cheesetracker

$ scons

* To install cheesetracker in /usr/local , become root and then

# scons install

* To install cheesetracker somewhere else add prefix=<path>

# scons install prefix=/usr

  or

# scons install prefix=~

  are valid examples
  
* To clean the installation

$ scons -c