This guide explains how to run Orion as an electron app directly from source code.
Orion apps requires the following dependencies installed:
- Git
- IPFS (Install guide here)
- NodeJS (Install guide here)
- Yarn (
npm install -g yarn
will do it)
Ubuntu Linux Users instead needs specific packages to be installed:
apt-get install libgtkextra-dev libgconf2-dev libnss3 libasound2 libxtst-dev gconf2 gconf-service libnotify4 libappindicator1 libxtst6 libnss3 libxss1
Windows users need to install the windows-build-tools package, which comes with Visual C++ Build Tools and Python 2.7:
yarn global add --production windows-build-tools
First of all you need to clone the source code and install the modules. Run the following commands to do so:
git clone https://github.com/Siderus/Orion.git
cd ../Orion
After the process is completed, you can run the electron app by executing:
make run