-
Notifications
You must be signed in to change notification settings - Fork 380
Installation Linux
Md. Abu Taher edited this page Nov 27, 2017
·
3 revisions
git clone https://github.com/vanila-io/wireflow.git
cd wireflow
sudo apt-get install build-essential g++ libcairo2-dev libjpeg-dev libgif-dev libjpeg8-dev libpango1.0-dev
Install Meteor and then install yarn and node-gyp for future usage.
curl https://install.meteor.com/ | sh
meteor npm install -g yarn node-gyp
meteor yarn
meteor yarn start