how to compile server and core project seperately in window 10(cmake and VS2019? #6075
Unanswered
fuyangzhengwu
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have try to compile Triton Core Library some days, using the following commands:
cmake -G "Visual Studio 16 2019" -DCMAKE_BUILD_TYPE=Release -DTRITON_CORE_HEADERS_ONLY=OFF ..
or
cmake -G"Visual Studio 16 2019" -DCMAKE_INSTALL_PREFIX:PATH=
pwd
/install -DTRITON_CORE_HEADERS_ONLY=OFF -DTRITON_ENABLE_GPU=OFF -DTRITON_ENABLE_METRICS_GPU=OFF ..we can get the the *.sln in build folder, but most of projects have "CMake Rules" folder and some *.rule files(empty) in it, most of projects could not be compiled successfully.
the project configs looks not correct too, no src and compling out, wheather does server and core support to be build in windows 10 or not?
looking forward to your support.
best regards.
Beta Was this translation helpful? Give feedback.
All reactions