mirror of
https://github.com/DoneJS-Runtime/quickjs-done-nextgen.git
synced 2025-01-09 17:43:15 +00:00
Add cloning instructions to building section
This commit is contained in:
parent
987afb7a52
commit
1350362ba6
1 changed files with 7 additions and 0 deletions
|
@ -10,6 +10,13 @@ QuickJS uses [CMake] as its main build system, with an additional helper [Makefi
|
||||||
Windows users will need to run the CMake commands manually.
|
Windows users will need to run the CMake commands manually.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
## Getting the source
|
||||||
|
|
||||||
|
```bash
|
||||||
|
git clone https://github.com/quickjs-ng/quickjs.git
|
||||||
|
cd quickjs
|
||||||
|
```
|
||||||
|
|
||||||
## Compiling everything
|
## Compiling everything
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in a new issue