rive-app / rive-cpp

C++ runtime for Rive
MIT License
278 stars 42 forks source link

Linux viewer build #358

Open WickedSmoke opened 1 year ago

WickedSmoke commented 1 year ago

This gets the tess version of the viewer mostly building on Linux. The following manual steps are still required as the rive library --with_rive_text option does not get set properly.

cd viewer/build/linux
./build_viewer.sh
# error: linker command

cd ../../../build/linux
./build_rive.sh tools text
cd ..
make clean; make

cd ../viewer/build
make