/enso-portable

Portable Enso Launcher community edition

Primary LanguageC

Enso open-source

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/

Bringing the source snapshot back to life

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.

Required dependencies

Building platform code

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

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).

Change log

full changelog

14.03.2019 (v.0.4.3)
  • Added UWP application support (based on the commit by Mark Wiseman).
  • Added some common initialization variables to settings page configuration block.

Contributors