How to compile Veyon on windows platform?
-
How to compile Veyon on windows platform?
Thanks. -
@luoyouchun This is currently not supported, I'm sorry. You can try to setup a mingw-based environment with GCC, CMake, Qt and all required libraries but this will become quite complicated to install and setup all required dependencies. You better install Linux and use the cross compilation methods used in our Travis CI builds.
-
I'm trying to use vcpkg to build the required libraries and then use vs 2017(cmake) with vcpkg to generate the vs project.