Edditoria / markdown-plus-plus

Markdown syntax highlighting for Notepad++, by customized UDL file (user defined language)
MIT License
1.49k stars 277 forks source link

Pre compiled binaries #39

Open pglen opened 5 years ago

pglen commented 5 years ago

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.

Edditoria commented 5 years ago

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