-
Notifications
You must be signed in to change notification settings - Fork 29
Building
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.
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 inbuild/translationStudio/win[32|64]/
. - Drag and drop the two files (found in the same directory as above)
icudtl.dat
andnw.pak
onto the Enigma window (use default settings at prompt). - Choose
File Options
and checkCompress Files
- Click Process
Eventually we'll distribute the app under a standard package format (such as deb), for now we're just zipping up the directory.
- 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.