markdown-plus-plus icon indicating copy to clipboard operation
markdown-plus-plus copied to clipboard

Pre compiled binaries

Open pglen opened this issue 5 years ago • 1 comments

I am running W10 x64, and I would like to use this. However, the compile / make process is out of my time reach ... would you post the binaries in release dirs?

Thanks.

pglen avatar Feb 28 '19 19:02 pglen

Sorry, there is no binary for the make process. You need the following things to run the build script:

  1. bash: which is bundle with git installation
  2. npm: to run mustache.js
  3. mustache.js: install by npm install -g mustache

Edditoria avatar Mar 14 '19 10:03 Edditoria