Skip to content

oxygenhq/oxygen-ide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oxygen IDE

Building:

  1. npm i
  2. npm run dev to start in development mode or npm run start in production mode.
  3. npm run package to generate the release package.

OS Specific requirements for building:

Windows:

  • WiX Toolset installed and added to the %PATH%.
  • Python 3 (latest) and Visual Studio Build Tools 2019 installed manually or npm --add-python-to-path='true' --debug install --global windows-build-tools from cmd with admin rights. Run npm config set msvs_version 2019 --global afterwards to set msvs_version.
  • [Optional. Required for DB support] Windows SDK
  • GTK and libjpeg-turbo https://github.com/Automattic/node-canvas/wiki/Installation:-Windows

Linux

OS X

  • GTK and libjpeg-turbo https://github.com/Automattic/node-canvas/wiki/Installation:-Mac-OS-X
  • [Optional. Required for DB support] unixodbc binaries and development libraries: brew install unixodbc
  • [Optional. Required for notarization when packaging release builds] Set following two environment variables to your Apple ID and password:
    export APPLE_ID_USR=YOUR_APPLE_ID
    export APPLE_ID_PWD=APPLE_PASSWORD