A feature-rich descendant of Enso Community Edition (win32).
This is a development page. Please visit the main site at: https://gchristensen.github.io/enso-portable/
Enso source snapshot does not contain a Python interpreter and can not be run as is. If you have Python installed at your system, you may launch Enso by executing the following command at the repository root:
python enso/scripts/run_enso.py -l INFO
You need to place a Python interpreter (with all required dependencies preinstalled)
under /enso/python to use /enso/debug.bat
, /enso/run-enso.exe
or /enso/enso-portable.exe
.
Follow the platform build instructions and use the makefile (compatible with Mingw or Mingw-w64 mingw32-make) to build and copy binaries to the proper destination.
The original source code of Enso Community Edition could be found here: https://launchpad.net/enso/community-enso (you can download the original source without installing bazaar by using this link).
- Added UWP application support (based on the commit by Mark Wiseman).
- Added some common initialization variables to settings page configuration block.