Skip to content

System Configuration: Windows

Parallax Git Administrator edited this page Aug 10, 2017 · 21 revisions

These configuration steps need only be done once per development system. Once done, follow the Package Steps.

Windows Configuration

  • Install Git
  • Install NodeJS
  • Using the Git Bash console, create a folder for packaging
    • $ mkdir c:/Temp/ParallaxIDEPkg
  • Using Windows Explorer, copy the release files from the latest Parallax IDE build into the packaging folder
    • The Parallax IDE release files consists of:
      • _locales (folder)
      • assets (folder)
      • fonts (folder)
      • icons (folder)
      • background.js
      • bundle.js
      • index.html
      • manifest.json
  • Install Innosetup 5.5.9 (non-Unicode)
    • http://www.jrsoftware.org/isdl.php
    • Check Install Inno Setup Preprocessor option
    • Check Create a desktop shortcut option
    • If you chose to run Inno Setup, just close the Open dialog for now

Package

After configuration (above), follow the Package steps.

Clone this wiki locally