Skip to content

hilaire/drgeo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions to install Dr. Geo with Cuis-Smalltalk rolling release.

Set-up

Set up your development environment:

mkdir Cuis

Cuis-Smalltalk code & VM

Fetch and install Cuis-Smalltalk image, VM and needed additional packages

cd Cuis
git clone --depth 1 https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev
git clone --depth 1 https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-UI
git clone --depth 1 https://github.com/Cuis-Smalltalk/Erudite
git clone --depth 1 https://github.com/Cuis-Smalltalk/Numerics
git clone --depth 1 https://github.com/Cuis-Smalltalk/Parsers
git clone --depth 1 https://github.com/Cuis-Smalltalk/SVG

Dr. Geo code

Fetch the Dr. Geo repository, with source and script

cd Cuis/Cuis-Smalltalk-Dev
git clone --depth 1 https://github.com/hilaire/drgeo

Dr. Geo IDE

Run the Dr. Geo IDE script. It installs DrGeo code and related packages into its development environment.

cd Cuis/Cuis-Smalltalk-Dev
./drgeo/startIDE.sh

A new image drgeoIDE.image is built and started.

In the image execute:

DrGeoSystem beDevelopment

To start Dr. Geo execute:

DrGeo new

Have an interesting exploration!