1.15.0 • Published 4 years ago

oxygenide v1.15.0

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
4 years ago

Oxygen IDE

Building:

  1. npm install -g grunt-cli
  2. npm install
  3. npm run dev to start in development mode or npm run start in production mode.
  4. npm run package to generate the release package.

OS Specific requirements for building:

Windows:

  • WiX Toolset installed and added to the %PATH%.
  • npm --add-python-to-path='true' --debug install --global windows-build-tools from cmd with admin rights.
  • Optional. Required for DB support Windows SDK

Linux

  • Optional. Required for DB support unixodbc binaries and development libraries:
    Debian/Ubuntu - sudo apt-get install unixodbc unixodbc-dev
    RedHat/CentOS - sudo dnf install unixODBC unixODBC-devel

OS X