Installing pandoc on Windows 8.1

Install pandoc using the Windows installer from here. Install pandoc globally using this command (using the path to the version of pandoc you downloaded):

msiexec /i pandoc-1.12.3.msi ALLUSERS=1

Install miktex from here.

Run these commands to check that pandoc and miktex are installed:

"C:\Program Files (x86)\Pandoc\pandoc.exe" --version
"C:\Program Files (x86)\MiKTeX 2.9\miktex\bin\pdflatex.exe" --version
 
0
Kudos
 
0
Kudos

Now read this

Building a RPM for Supervisor

Start with a skeleton specfile, which can be generated using rpmdev-newspec: rpmdev-newspec supervisor.spec The example specfile used to write this post can be found here. Package metadata # The basic package metadata can be extracted... Continue →