Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 676 Bytes

File metadata and controls

39 lines (31 loc) · 676 Bytes

Windows Build Instructions

Use cd to get into the folder where this package is, generally:

cd ~\.pulsar\packages\pulsar-mouse-buttons

Once there you will need to ensure that the mouseDetect dependency is built, to do this cd into it

cd .\lib\mouseDetect

and run

node-gyp configure

If you encounter any errors, you should make sure you installed properly (don't forget to restart your computer after installing everything)

Next run

node-gyp build

then run

npm build

then go back to the main package directory with

cd ..\..

and run

npm build