Skip to content

Commit

Permalink
Updating README to mention releases and wxWidgets and 6.2 changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrincayc committed Dec 28, 2020
1 parent 5d18e80 commit 2d09c86
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand All @@ -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).
Expand Down

0 comments on commit 2d09c86

Please sign in to comment.