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
Currently, the repository only includes a Dockerfile and PKGBUILD for building with Docker and makepkg. Both of these files assume that the binary executable and libraries are built and are in specific locations before being used. The files should be modified to build the binary and set up each environment correctly to make distributing the tool easier across platforms.
In addition, scripts for other target platforms still need to be created:
Debian/Ubuntu
Fedora/RHEL
Homebrew
The text was updated successfully, but these errors were encountered:
Currently, the repository only includes a
Dockerfile
andPKGBUILD
for building with Docker andmakepkg
. Both of these files assume that the binary executable and libraries are built and are in specific locations before being used. The files should be modified to build the binary and set up each environment correctly to make distributing the tool easier across platforms.In addition, scripts for other target platforms still need to be created:
The text was updated successfully, but these errors were encountered: