Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 605 Bytes

install-win.md

File metadata and controls

22 lines (16 loc) · 605 Bytes

cycseq installation instructions (Windows 8)

While this install will likely work on Windows XP, Vista, and 7, it has not been tested on these systems.

  1. Install prerequisites to build the node-gyp package on your version of Windows. Follow the instructions at https://github.com/TooTallNate/node-gyp.

  2. Clone the cycseq repository:

https://github.com/thgrund/cycseq
  1. Use npm (node package manager, installed with node) to install the node packages required by cycseq:
cd cycseq
npm install

That's it for installation - now you are ready to test and play! (see README.md)