add build
This commit is contained in:
parent
62bf16fdcd
commit
1045d24072
2 changed files with 11 additions and 0 deletions
|
@ -5,6 +5,10 @@ gcc -o ./lemon-src/lemon-js -O2 ./lemon-src/lemon-js.c
|
||||||
|
|
||||||
npm install
|
npm install
|
||||||
```
|
```
|
||||||
|
or
|
||||||
|
```bash
|
||||||
|
./build.sh
|
||||||
|
```
|
||||||
|
|
||||||
## Start
|
## Start
|
||||||
You need create your config.js from config.template
|
You need create your config.js from config.template
|
||||||
|
|
7
build.sh
Executable file
7
build.sh
Executable file
|
@ -0,0 +1,7 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
gcc -o ./lemon-src/lemon-js -O2 ./lemon-src/lemon-js.c
|
||||||
|
|
||||||
|
npm install
|
||||||
|
|
||||||
|
cat config.template > config.js
|
Loading…
Add table
Add a link
Reference in a new issue