Releases: devosoft/Empirical
Releases · devosoft/Empirical
v1.1.5
v1.1.4
v1.1.3
v1.1.2
v1.1.1
v1.1.0
v1.0.0
Before directory reorganization
About to merge pull request that overhauls the directory structure in empirical. For more information see: issue #378
Before emscripten v1.38.27 and C++17
This release requires emscripten v1.37.1.
To install emscritpen v1.37.1,
git clone https://github.com/emscripten-core/emsdk.git
cd emsdk
./emsdk install emscripten-1.37.1
./emsdk activate emscripten-1.37.1
./emsdk install clang-e1.37.1-64bit
./emsdk activate clang-e1.37.1-64bit
Then, once per terminal session before compiling for web,
source path/to/emsdk/emsdk_env.sh
Before directory shuffle
About to do a big shuffle:
- Moving all source files to a source/ folder.
- Getting rid of evo/ and moving evo3/ to Evo/ (as the new default evolution tools)