1074
by Hilaire Fernandes
Install instruction |
1 |
Instruction to install DrGeo in Cuis-Smalltalk |
2 |
||
3 |
# 1. Set up your Cuis-Smalltalk dev environment |
|
4 |
mkdir Cuis |
|
5 |
cd Cuis |
|
6 |
# Install Cuis image and packages |
|
7 |
git clone https://github.com/hilaire/cuis-xp.git |
|
8 |
git clone --depth 1 https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev.git |
|
9 |
cd Cuis-Smalltalk-Dev |
|
10 |
./clonePackageRepos.sh |
|
11 |
./pullAllRepos.sh |
|
12 |
||
13 |
# 2. Install VM |
|
14 |
wget -O cogspur.tgz https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/download/202112201228/squeak.cog.spur_linux64x64.tar.gz |
|
15 |
tar -zxvf cogspur.tgz |
|
16 |
mv ./sqcogspur64linuxht ./cogspur |
|
17 |
||
18 |
# 3. Start the image, update it and save it |
|
19 |
../cogspur/squeak Cuis6.0-5069 |
|
20 |
||
21 |
# 4. Fetch the Dr. Geo repository |
|
22 |
cd Cuis/Cuis-Smalltalk-Dev |
|
23 |
bzr branch lp:drgeo |
|
24 |
||
25 |
# 5. Install Dr. Geo |
|
26 |
./cogspur/squeak Cuis6.0-5069 -s drgeo/srcCuis/DrGeo.pck.st |
|
27 |
||
28 |
# A new image drgeo.image is build |
|
29 |
In the image execute "DrGeoSystem beDevelopment", then "DrGeo new" |