Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing pls directory and its content when build from source code #327

Open
mrrobot97 opened this issue May 10, 2024 · 0 comments
Open

Missing pls directory and its content when build from source code #327

mrrobot97 opened this issue May 10, 2024 · 0 comments

Comments

@mrrobot97
Copy link

mrrobot97 commented May 10, 2024

I want to build rive aar from source code, when running debug build, error happens:

# Build librive_pls_renderer.
pushd "$RIVE_RUNTIME_DIR"/../pls
python3 -m venv build_env
source build_env/bin/activate
pip3 install ply
premake5 --out=out/android/arm64/debug --config=debug --scripts=~/rive-android/kotlin/src/main/cpp/../../../..//submodules/rive-cpp/build --with_rive_text --with_rive_audio=system --no-rive-decoders --os=android --arch=arm64 gmake2

Error: invalid option 'with_rive_text'

In build.rive.sh file, there's some hard coded path about "pls", and I believe there should be a premake5.lua defines this option.

I'm using tag: 9.3.1 to build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant