File: INSTALL

package info (click to toggle)
opencity 0.0.6.5stable-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 13,344 kB
  • sloc: cpp: 26,622; sh: 11,267; xml: 4,453; ansic: 587; makefile: 523
file content (87 lines) | stat: -rw-r--r-- 2,679 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
------------------------------------------------------------------------------
INSTALL/COMPILE instructions for OpenCity
------------------------------------------------------------------------------
Last modified:
	$Id: INSTALL 375 2008-10-28 14:47:15Z neoneurone $

Audience:
	# GNU/Linux end-users:
		Read this if you are trying to compile OpenCity from sources.
	# Windows end-users:
		Do not read this file !
	# Packagers:
		This file contains installation and compilation instructions. It also
		discusses about the portability of OpenCity. You are invited to
		use autopackage binary for GNU/Linux and InnoSetup for 
		Windows systems.


------------------------------------------------------------------------------
INSTALL from sources on GNU/Linux
------------------------------------------------------------------------------
First, if you've downloaded a opencity-x.y.z.tar.bz2 file you need to extract
the sources by typing the following command at the prompt of your console:


	tar xjf opencity-x.y.tar.bz2


You do not need to perform this step if you  downloaded the sources from SVN.
The following commands will compile and install OpenCity on your system.
You need to be "root" when you call "make install".


	mkdir obj
	cd obj
	../configure --enable-debug
	make
	make install


Refer to the configure help file for more information about the configure's
options. In case you don't have a configure script, the following command
will create one:


	./autogen.sh


When the installation procedure have finished, you can launch OpenCity
from command-line with the instruction below:


	opencity


That's all, folks !


------------------------------------------------------------------------------
INSTALL from a .package file on GNU/Linux
------------------------------------------------------------------------------
The installer under GNU/Linux is named as opencity-x.y.z.package. Just make
it executable then run it.


------------------------------------------------------------------------------
PACKAGE on GNU/Linux
------------------------------------------------------------------------------
Please use the autopackage system. The specification file is inside the
"autopackage" directory. For more information, see:


	http://www.autopackage.org


------------------------------------------------------------------------------
PACKAGE on Windows
------------------------------------------------------------------------------
Please use the InnoSetup system. There's already the InnoSetup configuration file
called "OpenCity.iss" at the source root. For more information, see:


	http://www.innosetup.com


Gook luck !
Duong Khang (neoneurone) NGUYEN.