File: HACKING

package info (click to toggle)
slashtime 0.5.13-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 428 kB
  • sloc: java: 1,159; perl: 958; makefile: 138
file content (35 lines) | stat: -rw-r--r-- 761 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
26
27
28
29
30
31
32
33
34
35
A guide to hacking on slashtime:

RETRIEVING THE SOURCE CODE
--------------------------

	$ bzr init-repo slashtime
	$ cd slashtime
	$ bzr checkout http://research.operationaldynamics.com/bzr/slashtime/mainline
	$ bzr branch mainline working
	$ cd working
	$ ./configure
	$ make

Now try

	$ ./slashtime


RUNNING IN ECLIPSE
------------------

One of the significant reasons to ensure that the program still builds and runs
with a conventional Java VM is so that it can be worked on in Eclipse. The
build system, equivalence, is designed with this in mind.


CONTRIBUTING
------------

We would welcome contributions back. If you'd like to do so, please follow the
code formatting conventions you see, or use something like Eclipse to
autoformat things.

AfC