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

Fix Build issue in Windows (VS Env) #162

Closed
smohantty opened this issue Jun 28, 2019 · 1 comment
Closed

Fix Build issue in Windows (VS Env) #162

smohantty opened this issue Jun 28, 2019 · 1 comment

Comments

@smohantty
Copy link
Contributor

No description provided.

@smohantty
Copy link
Contributor Author

set of patches are added to make rlottie build on windows (with visual studio backend)
--> only meson backend is made to work on windows
to create VS solution file use below command.
meson builddir -Dwerror=false --backend vs2019

to use the ninja backend use below command
meson builddir -Dwerror=false

Things still dosen't work.
cmake backend still gives error for windows build.

image loader dosen't work if build as separate module.
To make image work pass -Dmodule=false to meson while configuring.

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