2000-03-21 23:43:31 +00:00
|
|
|
Mstone building instructions
|
|
|
|
|
|
|
|
For Unix, just "gmake" one of these
|
|
|
|
release The usual optimized build
|
|
|
|
debug Debug build includes some asserts
|
|
|
|
|
|
|
|
rpackage Build the release and package it
|
|
|
|
dpackage Build the debug version and package it
|
|
|
|
|
2000-03-31 19:16:09 +00:00
|
|
|
all_OPT Build a multi-platform package
|
|
|
|
all_DBG Build a multi-platform debug package
|
2000-03-21 23:43:31 +00:00
|
|
|
|
|
|
|
For NT, run autobuild.bat. This will build and package both the debug
|
2000-03-31 19:16:09 +00:00
|
|
|
and optimized versions. Perl must already be built and installed in
|
|
|
|
\. The NT build may be behind the Unix stuff. Pull the build/package/*
|
|
|
|
subdirectories into the main build/package before doing a 'make all_???'.
|
|
|
|
|
|
|
|
You can build multiple OSes in the same tree. Debug and optimized
|
|
|
|
builds are kept separately. The all_??? targets will combine whatever
|
|
|
|
OSes are present into a multi-architecture package (including NT).
|
|
|
|
Note that you have ot build and package each OS before doing the all_
|
|
|
|
step.
|
2000-03-21 23:43:31 +00:00
|
|
|
|
|
|
|
|
|
|
|
Helper components
|
|
|
|
|
2000-03-31 19:16:09 +00:00
|
|
|
Linux usually comes with workable versions of gnuplot and perl. Most
|
|
|
|
other OSes don't. Mstone can build and package perl, gnuplot, and gd
|
|
|
|
with the right settings. These will be automatically built and
|
|
|
|
packaged if they are present.
|
2000-03-29 02:07:05 +00:00
|
|
|
|
|
|
|
Unpack gd1.3 or later in the mstone directory. You can probably find
|
|
|
|
gd from here: http://www.boutell.com/gd/. The directory should look
|
2000-03-31 19:16:09 +00:00
|
|
|
like gd?.*. Right now we need the (obsolete) version 1.3 to generate
|
2000-03-29 02:07:05 +00:00
|
|
|
GIF files (without patented run-length coding). The scripts need to
|
2000-03-31 19:16:09 +00:00
|
|
|
be updated to be able to handle PNG or GIF files.
|
2000-03-29 02:07:05 +00:00
|
|
|
|
|
|
|
Unpack gnuplot 3.7 or later in the mstone directory. You can probably
|
|
|
|
find gnuplot from http://www.cs.dartmouth.edu/gnuplot_info.html. The
|
2000-03-31 19:16:09 +00:00
|
|
|
directory should look like gnuplot-?.* (the exact version should not
|
2000-03-29 02:07:05 +00:00
|
|
|
matter). Gnuplot requres gd to generate GIFs (which is what we need).
|
|
|
|
|
|
|
|
Unpack perl 5.005 or later in the mstone directory. You can probably
|
|
|
|
find perl from http://www.perl.com/pub/language/info/software.html.
|
2000-03-31 19:16:09 +00:00
|
|
|
The directory should look like perl5.* (the exact version should
|
2000-03-29 02:07:05 +00:00
|
|
|
not matter).
|