Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 941 Bytes

File metadata and controls

54 lines (42 loc) · 941 Bytes

Om

Electron but with a different name and other defaults.

Warning

This project is in a very experimental stage. Breaking changes should be expected at any time without notice. Do not use this in production or for any critical applications.

Windows

TODO

Mac

./build_mac.sh

Linux

./build_linux.sh

If running in ubuntu/debian you might need the following dependencies if running in headless server:

sudo apt-get install \
  unzip \
  libnss3 \
  libnspr4 \
  libatk1.0-0 \
  libatk-bridge2.0-0 \
  libcups2 \
  libdrm2 \
  libdbus-1-3 \
  libxkbcommon0 \
  libxcomposite1 \
  libxdamage1 \
  libxfixes3 \
  libxrandr2 \
  libgbm1 \
  libpango-1.0-0 \
  libcairo2 \
  libasound2 \
  libatspi2.0-0 \
  libxshmfence1 \
  libgtk-3-0 \
  libgdk-pixbuf2.0-0

Unzip package is required to unzip the downloaded electron packages. It can be done manually and thus unzip not required.