You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@am1n3F The pre-built binaries are included with each release for Linux and OSX. If you want a different build, you can simply clone the project and the compile for which ever OS/Arch you need. For example, if you wanted to build version 0.2.0 for Windows, you could checkout the 0.2.0 tag and then compile:
Keep in mind the -s and -w flags are just there to keep the resulting binary smaller as they ommit some unecessary symbols from the binary, given that you don't need to debug it in any way. You can find a list of possible OS/Arch values by typing in:
go tool dist list
As for compiling this to be used on Android, i'm not totally sure to be honest. Probably best to check with the Android community on how to accomplish that and what the restrictions (if any) might be.
What's the beats version do we need to downloads if we want to compile?
Can we compile the protologbeat to generate an android apk?
The text was updated successfully, but these errors were encountered: