From 2d09c86d30188c24158b4142f77b8699ab2b8b13 Mon Sep 17 00:00:00 2001 From: "Joshua J. Cogliati" Date: Mon, 28 Dec 2020 11:51:55 -0700 Subject: [PATCH] Updating README to mention releases and wxWidgets and 6.2 changes. --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 73a31ac8..3b624e58 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,9 @@ created for further UCBLogo development. The current version is 6.2 Changes for this release: -* The license has been changed to GPL3. -* The wxWidgets version updated to compile and run with version 3.0. -* Adjustments made to compile and run on newer OSX versions. -* Variety fixes like fixing implicit function definitions, fixing a line cursor behaviour, etc. +* 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/). @@ -50,13 +49,19 @@ respective web sites. ## Usage -To build Logo under *nix, do this: +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).