mirror of
https://github.com/rive-app/rive-cpp.git
synced 2026-01-18 21:21:17 +01:00
Update readme to use make_skia.sh
This commit is contained in:
10
README.md
10
README.md
@@ -19,6 +19,16 @@ In the ```rive-cpp``` directory, run ```build.sh``` to debug build and ```build.
|
||||
|
||||
If you've put the `premake5` executable in the `rive-cpp/build` folder, you can run it with `PATH=.:$PATH ./build.sh`
|
||||
|
||||
## Building skia projects
|
||||
```
|
||||
cd skia/dependencies
|
||||
./make_skia.sh // this will invoke get_skia.sh
|
||||
```
|
||||
To build viewer (plus you'll needed CMake installed)
|
||||
```
|
||||
./make_viewer_dependencies.sh
|
||||
```
|
||||
|
||||
## Testing
|
||||
Uses the [Catch2](https://github.com/catchorg/Catch2) testing framework.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user