If you prefer to build it yourself or need to package it, follow these instructions:
make
make dist
. It will be placed in dist/
.DEBUG
to make invocation (i.e. make DEBUG=1 dist
)make run
. Browser window shall open.
make package
. This will create an archive with the distribution in dist/
.package
target requires installed NSIS. Default location is considered to
be C:\Program Files(x86)\NSIS
; if it is not your installation location, set NSIS_HOME
environment variable
to the correct path in Unix format before running make package
(i.e. NSIS_HOME="/c/Program Files/NSIS" make package
)To install Python 3.6 and virtualenv through Homebrew:
tools/homebrew-install-python36.sh
A virtualenv will then be created in the ENV directory. To use it:
ENV/bin/activate