1 |
00README. |
00README |
2 |
Created by Laurence Finston Wed Jan 14 18:33:36 CET 2004 |
Created by Laurence Finston Wed Jan 14 18:33:36 CET 2004 |
3 |
|
|
4 |
%% * Copyright and License. |
$Id$ |
5 |
|
|
6 |
|
* (1) Copyright and License. |
7 |
|
|
8 |
This file is part of GNU 3DLDF, a package for three-dimensional drawing. |
This file is part of GNU 3DLDF, a package for three-dimensional drawing. |
9 |
Copyright (C) 2003, 2004 The Free Software Foundation |
Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The Free Software Foundation |
10 |
|
|
11 |
GNU 3DLDF is free software; you can redistribute it and/or modify |
GNU 3DLDF is free software; you can redistribute it and/or modify |
12 |
it under the terms of the GNU General Public License as published by |
it under the terms of the GNU General Public License as published by |
13 |
the Free Software Foundation; either version 2 of the License, or |
the Free Software Foundation; either version 3 of the License, or |
14 |
(at your option) any later version. |
(at your option) any later version. |
15 |
|
|
16 |
GNU 3DLDF is distributed in the hope that it will be useful, |
GNU 3DLDF is distributed in the hope that it will be useful, |
17 |
but WITHOUT ANY WARRANTY; without even the implied warranty of |
but WITHOUT ANY WARRANTY; without even the implied warranty of |
18 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
19 |
GNU General Public License for more details. |
GNU General Public License for more details. |
20 |
|
|
21 |
You should have received a copy of the GNU General Public License |
You should have received a copy of the GNU General Public License |
22 |
along with GNU 3DLDF; if not, write to the Free Software |
along with GNU 3DLDF; if not, write to the Free Software |
23 |
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
Foundation, Inc., |
24 |
|
|
25 |
GNU 3DLDF is a GNU package. |
GNU 3DLDF is a GNU package. |
26 |
It is part of the GNU Project of the |
It is part of the GNU Project of the |
29 |
See the website http://www.gnu.org |
See the website http://www.gnu.org |
30 |
for more information. |
for more information. |
31 |
GNU 3DLDF is available for downloading from |
GNU 3DLDF is available for downloading from |
32 |
http://www.gnu.org/3dldf. |
http://www.gnu.org/software/3dldf/LDF.html. |
|
It is also available from |
|
|
http://www.dante.de/software/ctan/, the Dante www-server |
|
|
and from http://wwwuser.gwgd.de/~lfinsto1, |
|
|
the author's website. |
|
33 |
|
|
34 |
Please send bug reports to bug-3dldf@gnu.org |
Please send bug reports to Laurence.Finston@gmx.de |
35 |
The mailing list help-3dldf@gnu.org is available for people to |
The mailing list help-3dldf@gnu.org is available for people to |
36 |
ask other users for help. |
ask other users for help. |
37 |
The mailing list info-3dldf@gnu.org is for sending |
The mailing list info-3dldf@gnu.org is for sending |
41 |
The author can be contacted at: |
The author can be contacted at: |
42 |
|
|
43 |
Laurence D. Finston |
Laurence D. Finston |
44 |
Kreuzbergring 41 |
c/o Free Software Foundation, Inc. |
45 |
D-37075 Goettingen |
51 Franklin St, Fifth Floor |
46 |
Germany |
Boston, MA 02110-1301 |
47 |
|
USA |
48 |
|
|
49 |
lfinsto1@gwdg.de |
Laurence.Finston@gmx.de |
|
s246794@stud.uni-goettingen.de |
|
50 |
|
|
51 |
|
|
|
$Id$ |
|
|
|
|
52 |
%% * Top. |
%% * Top. |
53 |
|
|
54 |
This file contains information for users of the pre-alpha |
This file contains information for users of the pre-alpha |
55 |
versions numbered collectively 1.2.0.0. |
versions numbered collectively 1.2.0. |
56 |
|
|
57 |
See the file `00NEWS' for general descriptions of recent |
See the file `00NEWS' for general descriptions of recent |
58 |
changes. |
changes. |
74 |
file duplicates and combines the entries from all of these |
file duplicates and combines the entries from all of these |
75 |
log files. |
log files. |
76 |
|
|
77 |
%% ** Various ways of reading from standard input. |
|
78 |
%% ** (and a bug that affects one of them). |
%% ** (2) LDF 2005.04.14. |
79 |
|
|
80 |
|
It is no longer necessary for users to download and |
81 |
|
build `ctangle' in order to process the file `CWEB/parser.w'. |
82 |
|
I have added a shell script and added and changed rules in |
83 |
|
`CWEB/Makefile.am' in order to do this. |
84 |
|
|
85 |
|
%% ** (2) Various ways of reading from standard input. |
86 |
|
%% ** (2) (and a bug that affects one of them). |
87 |
|
|
88 |
LDF 2004.09.19. |
LDF 2004.09.19. |
89 |
|
|
100 |
|
|
101 |
%% ** How to update your copies of the source files. |
%% ** How to update your copies of the source files. |
102 |
|
|
103 |
LDF 2004.09.09. |
LDF 2005.04.10. |
104 |
|
|
105 |
I don't update the snapshot file, i.e., the compressed |
The easiest way for a user to keep his or her copy of the |
106 |
archive file |
source files up-to-date is to use `cvs update'. Instructions for doing |
|
`http://savannah.gnu.org/cgi-bin/viewcvs/3dldf/3dldf/Group/SNAPSHOTS/3DLDFsnp.tar.gz' |
|
|
as often as I check modified files into the CVS repository. |
|
|
So the best way to keep your copies of the source files |
|
|
up-to-date is to use `cvs update'. Instructions for doing |
|
107 |
this can be found at `http://savannah.gnu.org/cvs/?group=3dldf'. |
this can be found at `http://savannah.gnu.org/cvs/?group=3dldf'. |
108 |
|
Alternatively, all of the files needed for building 3DLDF 1.2.0 are |
109 |
|
contained in the compressed (gzipped) archive file |
110 |
|
`http://savannah.gnu.org/cgi-bin/viewcvs/3dldf/3dldf/Group/SNAPSHOTS/3DLDFsnp.tar.gz'. |
111 |
|
This file can also be downloaded from the 3DLDF website: |
112 |
|
`http://www.gnu.org/software/3dldf/LDF.html' |
113 |
|
or `http://ftp.gwdg.de/pub/gnu2/3dldf'. |
114 |
|
It can also be downloaded via ftp from |
115 |
|
`ftp://ftp.gwdg.de/pub/gnu2/3dldf' |
116 |
|
or rsync from |
117 |
|
`rsync://ftp.gwdg.de/pub/gnu2/3dldf'. |
118 |
|
|
119 |
If anyone would like to receive notifications per email of |
If anyone would like to receive notifications per email of |
120 |
all commits to the CVS repository, please let me know, and I |
all commits to the CVS repository, please let me know, and I |
151 |
To turn off debugging output, run configure with the |
To turn off debugging output, run configure with the |
152 |
`--disable-debug-compile' option, i.e., |
`--disable-debug-compile' option, i.e., |
153 |
|
|
154 |
`configure --prefix=<your path>/3DLDF-1.2.0.0/ --disable-debug-compile' |
`configure --prefix=<your path>/3DLDF-1.2.0/ --disable-debug-compile' |
155 |
|
|
156 |
Since I am uploading my actual development versions to the |
Since I am uploading my actual development versions to the |
157 |
public CVS archive, running `3dldf' may otherwise cause a |
public CVS archive, running `3dldf' may otherwise cause a |