Update the webpage (#1421)
* Re-generate the files with `tools/update-webpage.sh` * Add the document about reference counting * Introduce a drop down list for documents JerryScript-DCO-1.0-Signed-off-by: Zsolt Borbély zsborbely.u-szeged@partner.samsung.com
This commit is contained in:
@@ -67,13 +67,13 @@ The default libc is jerry-libc, but you can use compiler-default libc or an exte
|
||||
- compiler-default libc:
|
||||
|
||||
```bash
|
||||
python tools/build.py --jerry-libc=off --compiler-default-libc=on
|
||||
python tools/build.py --jerry-libc=off
|
||||
```
|
||||
|
||||
- external libc:
|
||||
|
||||
```bash
|
||||
python tools/build.py --jerry-libc=off --compiler-default-libc=off --compile-flag="-I/path/to/libc/include"
|
||||
python tools/build.py --jerry-libc=off --compile-flag="-nostdlib -I/path/to/ext-libc/include" --link-lib="-lext-c"
|
||||
```
|
||||
|
||||
**Add toolchain file**
|
||||
|
||||
Reference in New Issue
Block a user