update dev300-m58
[ooovba.git] / dmake / readme / read1st.txt
blob1ff1229e6b32dd405c8a2d6977826a738a8efce0
1 DMAKE 4.12
2 ==========
4 This directory tree contains a number of files.  Here is a short
5 description of what each file contains so that you do not need to
6 search as much.  There is also a recommended order for reading them.
8     read1st.txt - This file; generic information.
9     intro.txt   - Short note describing what 'dmake' is and where to
10                   get it from.
11     release.txt - Changes of previous releases, and release specific
12                   notes. (Not longer continued.)
13     ../NEWS     - Changes from previous release. (Continuation of
14                   release.txt.)
15     ../man/     - directory containing DMAKE manual page.
17     public/     - Old build and installation instructions
18                   for the Dmake 4.1 public release. As of Dmake 4.2
19                   dmake switched to an autotools based build system
20                   and these instructions are not longer valid for
21                   operating systems that are supported by the autotools
22                   system.
23                   If you are on a system that is not supported you
24                   might still find some useful information there.
26 Building Dmake
27 ==============
29 With autotools
30 --------------
31 Building dmake on systems that are supported by the autotools build system
32 only requires the usual "./configure && make && make install" command.
33 The configure command will notify you when your platform is not supported.
35 With Microsoft C++ compiler
36 ---------------------------
37 For MS Visual C++ 6 and up run "make.bat win95-vpp40" in a command shell.
38 This should create a dmake.exe in the top-level directory.
40 It is possible to rename this to, say, dmake0.exe, delete the objects/
41 sub-directory and then simply run "dmake0.exe" to build a new dmake.exe.
42 Note that it is not necessary to have dmake rebuild itself in this way,
43 but it is a nice test that your new dmake is working to see that it can.
45 To install dmake, simply copy dmake.exe and the startup/ sub-directory to
46 a directory of your choice.  You may also want to copy the man/
47 sub-directory for future access to the manual page.
50 All other systems might look in the public/ directory for usefull hints.
53 The original sources of dmake were available on http://dmake.wticorp.com.
54 This site has not been reachable for some time and the source is hosted
55 in the OpenOffice.org http://www.openoffice.org/ cvs now. You can view
56 the source at: http://tools.openoffice.org/source/browse/tools/dmake.
57 Please send questions regarding dmake to the tools project mailing list
58 at dev@tools.openoffice.org.