From: <so...@us...> - 2004-03-12 16:39:06
|
Update of /cvsroot/agd/www In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21873 Modified Files: index.php Log Message: Describing portability. Index: index.php =================================================================== RCS file: /cvsroot/agd/www/index.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** index.php 12 Mar 2004 14:29:36 -0000 1.1.1.1 --- index.php 12 Mar 2004 16:19:29 -0000 1.2 *************** *** 20,23 **** --- 20,30 ---- <p>See NEWS and doc/lpc/operators for a clue about the status. <br>Some basic dfuns are in, most of the LPC operators, network connections, memory management (rough). + <br>Quite portable, with the help of the GNU Build tools. + Compiles and runs on the following systems (this may not be complete): + <br>* Linux (x86, x86-64, Alpha) + <br>* FreeBSD, NetBSD. Haven't got any OpenBSD hosts to test. (x86) + <br>* Solaris (SPARC) + <br>* MacOSX (PowerPC) + <br> <br>No graphics yet. <br>AGD needs all the help it can get - there's documentation to be written, bugs to be found, features to be requested, and most importantly - bugs to be fixed. |