-
Notifications
You must be signed in to change notification settings - Fork 7
/
README
28 lines (20 loc) · 1.04 KB
/
README
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
This repository contains a stripped down version containing only
the "A" part of "A+".
The immediate purpose was to port A to Cygwin, though the resulting
repo should work anywhere that the full A+ works.
Porting the "plus" portion of A+ to Cygwin would be a much more
difficult task due to heavy dependence on SVR4 libraries, which
have never been ported to Cygwin.
-------------------------------------------------------------------------
A+ and the A+ Reference Manual are Copyright Morgan Stanley Dean Witter &
Co. They are distributed under the GNU General Public License and the GNU
Free Documentation License and available from http://www.aplusdev.org/.
See the file LICENSE and the appendix titled GNU Free Documentation
License of the reference manual regarding the terms under which A+
software and documentation is being made available.
The INSTALL file describes how to build and install A+ software and
documentation.
Questions, comments, etc. may be sent to help@aplusdev.org.
Thank you,
the people who bring you A+
January 25, 2001