Skip to content

Conversation

@WickedSmoke
Copy link

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

This builds the tess version and has not been tried with skia.

It still requires a few manual steps to get working as the rive library
--with_rive_text option does not get set properly.
Replace vector because of this error:
    stl_vector.h:435:7: error: static assertion failed due to requirement
'is_same<unsigned char, const unsigned char>::value': std::vector must
have a non-const, non-volatile value_type
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

Successfully merging this pull request may close these issues.

1 participant