KK
12/18/2020, 1:37 AMbuild directory that I'm seeing.
Is there a way to create a .pkg file from these build artifacts, or any other way to run this osquery binary on other machines?
Here are the files that I'm seeing under the build directory (tree level 2):zwass
./osquery/osqueryd is your primary artifact. There is some packaging tooling but I haven't looked at that in a while.Mike Myers
12/18/2020, 3:06 AMMike Myers
12/18/2020, 3:07 AMKK
12/18/2020, 4:41 AMcmake --build . and cmake --build . --target package (not counting the env var setup). Thanks immensely!