mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
add building instructions
This commit is contained in:
parent
325df23ddc
commit
0ff5acd06f
@ -61,3 +61,11 @@ else if (bowser.c) {
|
|||||||
else {
|
else {
|
||||||
// unsupported (bowser.x)
|
// 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
|
||||||
|
Loading…
Reference in New Issue
Block a user