Environment Setup - adamjberg/RIME_InstrumentBuilder GitHub Wiki

#Instrument Builder - Development Environment

##OpenFL & Haxe Installation instructions for OpenFL and Haxe can be found here: http://www.openfl.org/documentation/getting-started/installing-openfl/

##External libraries The Instrument Builder depends on a few external libraries. After setting up OpenFL run the following commands:

haxelib install haxeui
haxelib install msignal
haxelib install inthebox-macros

##Native Extensions The Instrument Builder also relies on a c++ extension to handle the UDP communication called hxudp. Depending on your platform it may need to be re-compiled. Do this by running the below command from the root Instrument Builder directory:

lime rebuild hxudp <platform>

Where platform could be:

  • linux
  • mac
  • windows

##Building

Check out this page for information on how to build the project:

http://www.openfl.org/learn/resources/command-line-tools/basic-commands/

It should be sufficient to use:

lime test <platform>
⚠️ **GitHub.com Fallback** ⚠️