any help to build mannualy osquery 4.8? how can I ...
# general
n
any help to build mannualy osquery 4.8? how can I clone from github the source code
s
Hello @nick fury, the wiki contains the instructions: https://osquery.readthedocs.io/en/4.8.0/development/building/
n
but the github git code there is not for 4.8
s
I see what you mean now. We create git tags for each release we do; you would follow the same steps in the wiki to clone and then
git checkout 4.8.0
from the source folder
the repository already contains all the versions that have ever been released. You can also check which tags are present with
git tag
.
n
thanks