We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker run -it -v$(pwd):/tmp --rm alpine:3.15 sh echo "https://mirrors.aliyun.com/alpine/v3.15/main/" > /etc/apk/repositories \ && echo "https://mirrors.aliyun.com/alpine/v3.15/community/" >> /etc/apk/repositories \ && apk update ; apk add gettext-dev pcre-dev g++ gcc make glib-static wget https://codeload.github.com/abbat/timegrep/zip/refs/tags/v0.7 -O timegrep.zip unzip timegrep.zip cd timegrep-0.7 CC=x86_64-alpine-linux-musl-gcc USER_CFLAGS=-m64 USER_LDFLAGS='-static -lintl -Wl,-melf_x86_64' make cp timgrep /tmp
The text was updated successfully, but these errors were encountered:
arm64: CC=aarch64-alpine-linux-musl-gcc USER_LDFLAGS='-static -lintl -Wl,-maarch64linux' make
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: