While this install will likely work on Windows XP, Vista, and 7, it has not been tested on these systems.
-
Install prerequisites to build the
node-gyp
package on your version of Windows. Follow the instructions at https://github.com/TooTallNate/node-gyp. -
Clone the cycseq repository:
https://github.com/thgrund/cycseq
- 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)