We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cdb7a5 commit d76b52eCopy full SHA for d76b52e
1 file changed
cmd/super-zaje/static_build_debian.sh
@@ -33,7 +33,9 @@ wget -q https://github.com/tesseract-ocr/tessdata/raw/refs/heads/main/eng.traine
33
cd "$TMPDIR"
34
35
BIN_NAME=super-zaje
36
-git clone https://github.com/jessp01/zaje.git --recursive
+git clone https://github.com/jessp01/zaje.git --recursive
37
+mkdir -p ~/.config/zaje
38
+ln -s ~/zaje/highlight/syntax_files ~/.config/zaje/syntax_files
39
cd zaje/cmd/super-zaje
40
CGO_ENABLED=1 GOOS=linux go build -a -tags netgo -ldflags \
41
'-extldflags "-static -ldeflate -ltiff -L/usr/local/lib -ldeflate -lsharpyuv -lwebp -lLerc -llzma -ljbig -ltesseract -lleptonica -lpng -lzstd -ljpeg -lz -lgif -lsharpyuv -lwebp"' super-zaje.go
0 commit comments