User Tools

Site Tools


Joomla says you aren't logged in
development:setting_up_build_env

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
development:setting_up_build_env [2016/04/30 07:50]
PhracturedBlue
development:setting_up_build_env [2016/04/30 12:14]
FDR [Building Deviation]
Line 1: Line 1:
-===== Setting ​UP the Deviation Build Environment =====+===== Setting ​Up the Deviation Build Environment =====
  
 **NOTE: It is now strongly recommended that you use Docker images to build Deviation. ​ Instructions for building can be found [[development:​docker | here]]** **NOTE: It is now strongly recommended that you use Docker images to build Deviation. ​ Instructions for building can be found [[development:​docker | here]]**
Line 65: Line 65:
   * cp -pf <path to deviation src code> deviation   * cp -pf <path to deviation src code> deviation
   * cd deviation/​src   * cd deviation/​src
 +
 +==== Building Deviation ====
 +
 +  * The default build target is the devo8 transmitter. ​ If you type ''​make''​ in the deviation/​src directory this is what you will get.
 +
 +  * Other transmitters can be specified on the make cmdline: ​ ''​make devo10 devo7e''​
 +
 +  * Creating packaged zip files can be done by pre-pending '​zip_':​ ''​make zip_devo10''​
 +
 +  * Building the emulator is done by pre-pending '​emu_':​ ''​make emu_devo8''​ or ''​make zip_emu_devo8''​
 +
 +  * Building the windows version of the emulator can be done vie: ''​make win_emu_devo8'' ​ or ''​make zip_win_emu_devo8''​
development/setting_up_build_env.txt (17749 views) ยท Last modified: 2019/03/04 20:06 by csujun