You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'm trying to install obfuscator-llvm on my Windows 10 VM with VS 2019 installed. I've followed the wiki on the installation process. However, I did not execute the make -j7 as there is no makefile generated since my default generator is "Visual Studio 16 2019" when I executed cmake.
I would like to ask what is the alternative step / command I need to execute in order to get the binaries?
I've tried building the LLVM.sln in VS2019 and it's taking quite some time... (not sure if building the solution is equivalent to executing cmake -DCMAKE_BUILD_TYPE=Release ../obfuscator/)
The text was updated successfully, but these errors were encountered:
Hi! I'm trying to install obfuscator-llvm on my Windows 10 VM with VS 2019 installed. I've followed the wiki on the installation process. However, I did not execute the
make -j7
as there is no makefile generated since my default generator is "Visual Studio 16 2019" when I executed cmake.I would like to ask what is the alternative step / command I need to execute in order to get the binaries?
I've tried building the LLVM.sln in VS2019 and it's taking quite some time... (not sure if building the solution is equivalent to executing
cmake -DCMAKE_BUILD_TYPE=Release ../obfuscator/
)The text was updated successfully, but these errors were encountered: