Update readme to use make_skia.sh

This commit is contained in:
Mike Reed
2022-02-20 11:04:39 -05:00
committed by Michael Reed
parent 2d9791854f
commit 8dec05723f

View File

@@ -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.