Skip to content

Commit

Permalink
up ref, notes
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Nov 4, 2023
1 parent 8c051e9 commit edc5339
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions compile/src/suckless/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -186,12 +186,18 @@ flags="-static -lXft -lX11 -lxcb -lXau -lfontconfig -lfreetype -lXrender -lXdmcp

# err01:
# /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../lib/libXrender.a(Xrender.o):

# handBuild02@oldBuilder_quickTry_01:
# https://gitee.com/xiexie1993/dmenu ##libXinerama
# make LDFLAGS="$flags -lXinerama"
# https://github.com/hajimehoshi/ebiten/blob/2db10b1e9c4be0ae183418301682bad7f0fe4088/internal/glfw/build_linux.go#L6
# make LDFLAGS="$flags -lXinerama -lX11 -lXrandr -lXxf86vm -lXi -lXcursor -lm -lXinerama -ldl -lrt"

# +-lXext>> OK;
# make LDFLAGS="$flags -lXinerama -lX11 -lXrandr -lXxf86vm -lXcursor -lm -lXinerama -ldl -lrt -lXext"


# # gitac>> handBuild02@newBuilder_02:
# fontconfig-statkc@apk>> -luuid
make LDFLAGS="$flags -lXinerama -lX11 -lXrandr -lXxf86vm -lXcursor -lm -lXinerama -ldl -lrt -lXext -luuid"

Expand Down

0 comments on commit edc5339

Please sign in to comment.