Skip to content
Joel Lonbeck edited this page Nov 14, 2015 · 6 revisions

In order to build a distribution you must first follow the directions in the README. There are currently a few extra steps that must be taken. Eventually these will be rolled out into the build script.

On Windows

Once gulp finished building the files you'll need to combine things together into a single executable.

  • Install and run Enigma Virtual Box
  • Browse for the Input file and choose the translationStudio.exe that gulp generated in build/translationStudio/win[32|64]/.
  • Drag and drop the two files (found in the same directory as above) icudtl.dat and nw.pak onto the Enigma window (use default settings at prompt).
  • Choose File Options and check Compress Files
  • Click Process

On Linux

Eventually we'll distribute the app under a standard package format (such as deb), for now we're just zipping up the directory.

All Operating Systems

  • zip and name the output tS_[version]_[win|osx|linux]_x[32|64].zip

Note: on windows using 7-zip to zip at ultra compression with the LZMA algorithm produces the best results.

Clone this wiki locally