This commit is contained in:
Aleksey Chichenkov 2019-01-30 18:05:56 +03:00
parent 8f914cc2d9
commit b70e55ca4f
1 changed files with 6 additions and 1 deletions

View File

@ -3,9 +3,14 @@
- npm
- gcc
## Compile lemon-js
## Install
```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
#or
./build.sh
```