https://github.com/jrincayc/ucblogo-code
Revision 128bee80557a1eed0bc8ecbf2a5e1bbaa9a3c41f authored by Joshua J. Cogliati on 27 September 2019, 15:42:08 UTC, committed by Joshua J. Cogliati on 10 October 2019, 02:47:41 UTC
1 parent cac3cc1
Raw File
Tip revision: 128bee80557a1eed0bc8ecbf2a5e1bbaa9a3c41f authored by Joshua J. Cogliati on 27 September 2019, 15:42:08 UTC
wxWidget updates part 1
Tip revision: 128bee8
README
Berkeley Logo version 6.0

Copyright (C) 2008 by the Regents of the University of California

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

To build Logo under *nix, do this:
	./configure
	make

The executable file in this distribution includes libraries from the
wxWidgets project (www.wxwidgets.org).  The Microsoft Windows version
is distributed with runtime library mingwm10.dll, from the MinGW project
(www.mingw.org).  Those libraries are also covered by the Gnu GPL.  We
do not distribute their source code; you can download it from their
respective web sites.

The Macintosh version uses wxWidgets version 2.6.4, which is not the
latest version, because the latest (2.8.4) as of this release breaks the
ability to floodfill on the Mac.  However, in order to have a font
selection dialog, that part of the 2.8.4 release was retrofitted into
the 2.6.4 release.  For anyone interested in rebuilding UCBLogo on the Mac,
the changes to 2.6.4 are in the file mac-fontmod.tar in this directory.

UCBLogo's source code is maintained as a Sourceforge project; you can
subscribe to the svn archive at

	http://sourceforge.net/svn/?group_id=25943
back to top