Skip to content
Teo Vasseur edited this page Feb 17, 2017 · 5 revisions

How to make the 'ecstatic-win' zipfile :

  • Download ecstatic git repository
  • Download the virtual machine (files.pharo.org/vm/pharo/win/stable.zip)
  • Download sources (files.pharo.org/sources/PharoV40.sources.zip)
  • Download image (files.pharo.org/image/40/latest.zip)
  • Unzip all three files in the ecstatic folder
  • Using cygwin, execute install.sh (located in _scripts subfolder)
  • Replace the file named 'ecstatic' in main folder with a file named 'ecstatic.bat', containing the following line : %~dp0\Pharo.exe --headless %~dp0\Pharo.image ecstatic %* %CD%
  • Zip the main folder into one single file
Clone this wiki locally