I'm trying to build osquery from source and when I...
# general
n
I'm trying to build osquery from source and when I run that command: "cmake --build . --config RelWithDebInfo -j10" I get the folowing error: "Microsoft (R) Build Engine version 16.11.0+0538acc04 for .NET Framework Copyright (C) Microsoft Corporation. All rights reserved. MSBUILD : error MSB1009: Project file does not exist. Switch: ALL_BUILD.vcxproj"
s
Did you run the prior:
Copy code
mkdir build
cd build
cmake -G "Visual Studio 16 2019" -A x64 ..
n
@seph yes
s
No idea.