remove explicit dependencies on kpathsea
[mplib] / README
1
2 This README file for the MetaPost distribution is public domain.
3 (As is the MetaPost software, see the end of this file.)
4
5 MetaPost is a system for producing graphics developed by John Hobby at
6 AT&T, based on Donald Knuth's Metafont. The current distribution is
7 written in Cweb.
8
9 - The MetaPost home page is http://tug.org/metapost.
10
11 - The <metapost@tug.org> mailing list is for general help and discussion
12   of MetaPost; to subscribe, visit http://tug.org/mailman/listinfo/metapost.
13
14 - MetaPost development is currently hosted at supelec.fr; visit
15   https://foundry.supelec.fr/projects/metapost for the current development
16   team members, sources, and much else.
17   
18 - Please report bugs and request enhancements either on the
19   metapost@tug.org list, or through Sarovar.  (Please do not send
20   reports directly to Dr. Hobby any more.)
21
22 This README file merely describes this packaging and source layout of
23 the MetaPost system.  See ./INSTALL for some installation help, and
24 ./CHANGES for recent and not-so-recent improvements to MetaPost.
25
26 The source installation package has been created by extracting the
27 bits and pieces of TeX Live 2007 that are absolutely needed to compile
28 the programs in such a way that they can be plugged into an existing
29 web2c-based installation afterwards. It follows, that for a succesful
30 build, your system has to be able to compile and install a web2c based
31 distribution like tetex or TeX Live. See http://tug.org/texlive/ for more
32 information.
33
34 The executable that is created by the build process is named newmpost. 
35 As is normal in current web2c systems, this executable functions as both
36 inimp and virmp by means of a command-line switch.
37
38 When newmpost is processing an input file that contains TeX commands, 
39 it depends on a shell script (mpware/makempx) to create an auxiliary
40 input file that gives corresponding MetaPost picture expressions.
41
42 The source for MetaPost is mplib/lib/*.w and lib/mpost.w
43
44 Have fun!
45
46 -----------------------------------------------------------------------
47 The following AT&T software is hereby put into the public domain:
48
49     The MetaPost system, including the interpreter, mp,
50     and support programs mpto, dvitomp and dmp
51
52 This does not constitute a precedent to be applied to any other AT&T
53 copyright software.
54
55 AT&T relinquishes all intellectual property rights to this code, both
56 source and binary form and permission is granted for anyone to use,
57 duplicate, modify and redistribute it.
58
59 AT&T provides absolutely NO WARRENTEE OF ANY KIND with respect to this
60 software.  The entire risk as to the quality and performance of this
61 software is with the user.
62
63 IN NO EVENT WILL AT&T BE LIABLE TO ANYONE FOR ANY DAMAGES
64 ARISING OUT OF THE USE OF THIS SOFTWARE, INCLUDING, WITHOUT
65 LIMITATION, DAMAGES RESULTING FROM LOST DATA OR LOST PROFITS,
66 OR FOR ANY SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES.
67
68 -----------------------------------------------------------------------