Skip to content

Installation Windows

Md. Abu Taher edited this page Nov 27, 2017 · 3 revisions

Dependencies

Install Basic Dependencies

Install Chocolatey, the package manager for Windows.

Install Meteor,

choco install meteor

and then install yarn and node-gyp for future usage.

meteor npm install -g yarn node-gyp

Install node-canvas module dependencies:

  1. choco install -y python2 gtk-runtime microsoft-build-tools libjpeg-turbo (may require sudo/Administrator).
  2. You will need the cairo library which is bundled in GTK. Download the GTK 2 bundle for Win32 or Win64. Unzip the contents in C:\GTK.

Install other dependencies listed on package.json

meteor yarn

Start the app

meteor yarn start
Clone this wiki locally