forked from the-cold-dark/genesis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
62 lines (40 loc) · 1.64 KB
/
README
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
------------------------------------------------------------------------
GENESIS
Genesis is the compiler and run-time interpreter/daemon for ColdC, and
is produced by the Cold Project. You can learn more about helping to
support the Cold Project at:
http://the-cold-dark.github.io/
Release information can be found in doc/CHANGES.
------------------------------------------------------------------------
INSTALL/COMPILATION IN UNIX
Genesis should compile on most ANSI/ISO C compilers. You will need
CMake, bison and either ndbm or gdbm's ndbm emulation.
To build:
mkdir build
cd build
cmake ..
make
CMake contains generators for other build systems as well and they
can be used instead of make.
------------------------------------------------------------------------
INSTALL/COMPILATION IN WIN32
You will need an ndbm implementation in Win32. You will then have to
figure out the remaining details and let us know. :)
------------------------------------------------------------------------
FURTHER INFORMATION
*** The mailing lists are long dead. ***
The following email lists are available:
coldstuff Generic cold-related list
Further information, Archives and Subscription mechanisms for the lists are
available at:
http://the-cold-dark.github.io/contact.html
Documentation:
for Genesis: http://the-cold-dark.github.io/genesis/
for ColdC: http://ice.cold.org:1180/bin/help?node=coldc
------------------------------------------------------------------------
NOTES
Verified to compile and run on:
* Linux
* Mac OS X
This code has, in the past, compiled on Solaris, FreeBSD and Windows
as well.