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

Linux viewer build #358

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Linux viewer build #358

wants to merge 4 commits into from

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