Clickable but X-Windows emulation does not seem to show the full window (try clicking on "full screen mode" in the welcome window to adjust this).
Try this https://repl.it/@astares/Run-Pharo-9#main.sh
Just consider to create an own account on repl.it and use the following code in a main.sh:
echo *********************************************
echo * Download and run Pharo
echo *********************************************
# prepare
if [ -d build ]; then rm -Rf build; fi
mkdir build
cd build
# download
wget -O- https://get.pharo.org/64/90+vm | bash
# run
./pharo-ui ./Pharo.image
No comments:
Post a Comment