rive-runtime icon indicating copy to clipboard operation
rive-runtime copied to clipboard

README instructions wrong, can't build anymore

Open kunitoki opened this issue 1 year ago • 1 comments

The readme mentions a hypothetical build_rive.sh script which is not found in the rive-cpp submodule, the only script available there is build.sh which needs to be executed from the rive-cpp folder (so adding rive-cpp/build on the PATH has no use).

What are the instructions to build the rive renderer ?

kunitoki avatar Jul 29 '24 07:07 kunitoki

@kunitoki be careful about the PATH, as it's rive-cpp/build not just rive-cpp The file is still there for me: https://github.com/rive-app/rive-cpp/blob/master/build/build_rive.sh

ScatteredRay avatar Aug 02 '24 23:08 ScatteredRay