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