Hey there. Sorry to interrupt. I’m not quite famil...
# general
g
Hey there. Sorry to interrupt. I’m not quite familiar with building binaries… So if I want to build a binary, the doc tells me to run these three commands:
Copy code
make sysprep
make deps
make
After the make process is done, should I just mv ./build/linux/osquery to some other directories I want? And where should I place conf files in this case, just put it inside the osquery directory I built?