about summary refs log tree commit diff stats
path: root/js/games/nluqo.github.io/~bh/announce
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2023-08-23 07:52:19 -0400
committerelioat <elioat@tilde.institute>2023-08-23 07:52:19 -0400
commit562a9a52d599d9a05f871404050968a5fd282640 (patch)
tree7d3305c1252c043bfe246ccc7deff0056aa6b5ab /js/games/nluqo.github.io/~bh/announce
parent5d012c6c011a9dedf7d0a098e456206244eb5a0f (diff)
downloadtour-562a9a52d599d9a05f871404050968a5fd282640.tar.gz
*
Diffstat (limited to 'js/games/nluqo.github.io/~bh/announce')
-rw-r--r--js/games/nluqo.github.io/~bh/announce69
1 files changed, 69 insertions, 0 deletions
diff --git a/js/games/nluqo.github.io/~bh/announce b/js/games/nluqo.github.io/~bh/announce
new file mode 100644
index 0000000..3b624e5
--- /dev/null
+++ b/js/games/nluqo.github.io/~bh/announce
@@ -0,0 +1,69 @@
+# UCBLogo
+
+## Berkeley Logo interpreter
+
+This is a free (both senses) interpreter for the Logo programming language.
+
+The interpreter was written primarily by Daniel Van Blerkom, Brian Harvey,
+Michael Katz, Douglas Orleans and Joshua Cogliati. Thanks to Fred Gilham for the X11 code.
+Emacs logo-mode by Hrvoje Blazevic.
+
+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 3 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, see https://www.gnu.org/licenses/.
+
+## About this project
+
+This uses the repository https://github.com/jrincayc/ucblogo-code
+created for further UCBLogo development.
+The current version is 6.2
+
+Changes for this release:
+* Added optional object oriented LOGO features ( --enable-objects )
+* autoconf based build system
+* Variety of bug fixes
+
+Here is an overview of the repository:
+* csls - Programs form [Brian Harvey's trilogy "Computer Science Logo Style"](https://people.eecs.berkeley.edu/~bh/).
+* docs - Usermanual in variety formats and brief manual page.
+* helpfiles - files for UCBLogo interactive help.
+* test - Unit tests.
+* / - program source code and [a Program Logic Manual](/plm).
+
+The executable file in this distribution includes libraries from the
+[wxWidgets project](http://wxwidgets.org/).  The Microsoft Windows version
+is distributed with runtime library libgcc_s_dw2-1.dll and libstdc++-6.dll,
+from the [MinGW project](http://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.
+
+## Usage
+
+To build Logo under *nix, install wxWidgets and other dependencies
+and then do this:
+```
+	autoreconf --install
+	./configure
+	make
+```
+
+Note that if you don't have autoconf, the release .tar.gz have already built
+configure files.
+
+[UCBLogo Releases](https://github.com/jrincayc/ucblogo-code/releases)
+
+## Previous versions
+
+For getting UCBLogo previous versions such as version 6.0 if you're running wxWidgets or 5.4 if not, please visit [Brian Harvey's UCBLogo GitHub repository](https://github.com/brianharvey/UCBLogo).
+
+The distribution for frozen platforms includes version 5.3 for DOS and Mac Classic (pre-OS X) still may be reached at [Brian Harvey's personal page](https://people.eecs.berkeley.edu/~bh/).