Hi,
if you will do own bootstrap, you can use BaselineOfUI instead of BaselineOfIDE. But you can use prebuilt image from here:
Into such image load Dr. Geo with the attached script:
./pharo-ui Pharo-6.0-ConfigurationOfUI.image --no-default-preferences st
load.st --save --quit
and run it with:
./pharo-ui Pharo-6.0-ConfigurationOfUI.image --no-default-preferences��
This image hase some problems with settings processing so the --no-default-preferences is needed. We need to fix it.
The resultant image is under 18MB. Of course we can do better :-)
-- Pavel��