Hi everyone. I tried to build osq binaries from so...
# windows
a
Hi everyone. I tried to build osq binaries from source. My target is x86 exe for Windows. My commands
Copy code
git clone <https://github.com/osquery/osquery>
cd osquery
mkdir build
cd build
cmake -G "Visual Studio 17 2022" -A Win32 ..
cmake --build . --config Release -j10
mkdir package
$env:DESTDIR="C:\Temp\osquery\build\package"
cmake --build . --config Release --target install
And after all waiting there's nothing in "package" dir. No errors, output looks like OK I tried for x64 too or different configs (debug, relwithdefinfo) - same result Found old threads with same problem, but no solution there Anything i missed?
Somehow it worked only on host windows system, not in guest VM. Issue closed