mirror of
https://github.com/penpot/penpot.git
synced 2025-03-31 09:01:20 -05:00
wip: fix README and build script
This commit is contained in:
parent
c83ef201a1
commit
4d56bf66f4
2 changed files with 5 additions and 1 deletions
|
@ -11,7 +11,7 @@ a C++ WebAssembly module using [Emscripten](https://emscripten.org/index.html).
|
|||
From the root directory of `frontend/renderer` just run:
|
||||
|
||||
```sh
|
||||
./scripts/build
|
||||
./build
|
||||
```
|
||||
|
||||
This is going to build the docker image and run the container to build
|
||||
|
|
4
frontend/renderer/cpp/build
Executable file
4
frontend/renderer/cpp/build
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
docker build . -t skia-build-tools
|
||||
docker run -t -v $PWD:/tmp/renderer skia-build-tools
|
||||
./scripts/copy-artifacts
|
Loading…
Add table
Reference in a new issue