Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 943 Bytes

File metadata and controls

14 lines (13 loc) · 943 Bytes

Build OpenLife

  1. Download Git
  2. Download NodeJS+NPM
  3. Download Hashlink (add it to your system PATH) on mac you can do brew install hashlink on linux you have to build it yourself with make
  4. terminal: npm install
  5. download OneLifeData, terminal: npx haxe setup_data_client.hxml
  6. build app, terminal: npx haxe app.hxml
  7. run app, terminal: hl app.hl
  8. first time run it will generate config.json and data.json, these are gitignore files and can be used to set how the app behaves

Extra Notes

  1. lix download to download all of the libraries that are added in this project
  2. to install a new library do lix install github_url and it will install the library and be added to haxe_libraries folder for example lix install https://github.com/haxefoundation/format