1
0
mirror of https://github.com/lancedikson/bowser synced 2024-10-27 20:34:22 +00:00

add building instructions

This commit is contained in:
Scott Taylor 2014-01-26 14:43:17 -08:00
parent 325df23ddc
commit 0ff5acd06f

View File

@ -60,4 +60,12 @@ else if (bowser.c) {
}
else {
// unsupported (bowser.x)
}
}
Building
---------
If you'd like to contribute a change to bowser, modify the files in src/, then run the following (you'll need node + npm installed):
$ npm install
$ make