readme
This commit is contained in:
parent
8f914cc2d9
commit
b70e55ca4f
@ -3,9 +3,14 @@
|
|||||||
- npm
|
- npm
|
||||||
- gcc
|
- gcc
|
||||||
|
|
||||||
## Compile lemon-js
|
## Install
|
||||||
```bash
|
```bash
|
||||||
|
# bash
|
||||||
|
git clone -- http://git.macaw.me:3000/chichenkov/LemonJS
|
||||||
|
cd LemonJS
|
||||||
|
|
||||||
gcc -o ./lemon-src/lemon-js -O2 ./lemon-src/lemon-js.c
|
gcc -o ./lemon-src/lemon-js -O2 ./lemon-src/lemon-js.c
|
||||||
|
#or
|
||||||
./build.sh
|
./build.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user