-
Notifications
You must be signed in to change notification settings - Fork 1
/
ReadMe.txt
executable file
·80 lines (59 loc) · 2.92 KB
/
ReadMe.txt
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
Welcome to StarGen.
StarGen is a a random solar system generator, derived from the work of a
great number of people over the past three dozen years. (See Credits.txt for
details.) It's called StarGen because there are already enough versions that
call themselves starform to be confusing. StarGen's preferred output format
its Web pages.
USAGE:
stargen needs some parameters passed into function, otherwise it will just
give you the 'help' type of information. Here is a working example:
./stargen -s3 -t -v5
There are 4 different distributions available. All of them contain:
ReadMe.txt The file you are reading
Credits.txt The history of the program
help A folder/directory containing
Manual.html The user's manual
Manual2-Building.html Software Developer's Manual
WinStarGenHelp.html Windows help
ref A folder containing
*.gif and Key.html Images etc used in generated HTML
*.jpg Images used in the Manual
To get more detailed documentation, feed the file Manual.html in the help
folder or directory to a Web browser or Help viewer that reads HTML files.
The Macintosh binary version (StarGen.sit) contains:
stargen Mac OS X command line version
StarGen PPC Classic Mac version compiled for PPC
StarGen 68K Classic Mac version for the original Mac
The Windows binary version (StarGen.zip) contains:
WinStarGen.exe Clickable Windows version
StarGen.exe DOS command-line version
The source distributions (StarGenSource.zip and StarGenSource.sit) contain:
C sources The source code for the
*.c and *.h program itself
Makefile Make file for Unix/Mac OS X
Macintosh-specific sources: Specific sources for
mac_prefix.h StarGen.r the Mac version
StarGen.prj
Windows project files: Project files for
StarGen.dsp StarGen.dsw Visual C on Windows
Stargen.rc resource.h
To build a Unix or Mac OS X version of StarGen, cd to the directory
containing the files listed above and type
make
You may need to edit the Makefile if you are using a version of Unix or
the GNU development tools very different from the Mac OS X and GNU C and
make that I used for development and testing.
To build the Macintosh-native version you will need a copy of Code
Warrior from Metrowerks. The supplied StarGen.prj file was created with
version 2.1 of Code Warrior and so should work with any version from the
last 5 years.
To build on Windows you will nee Visual C or to use the GNU development
tools from the command line.
To get more detailed documentation on building StarGen, feed the file
Manual2-Building.html in the help folder or directory to a Web browser or
Help viewer that reads HTML files.
JimB. aka Brons
Jim Burrows
Eldacur Technologies
http://www.eldacur.com/~brons/