Skip to content
New issue

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

libdb が必要であることを README に記載 #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tamo
Copy link

@tamo tamo commented Aug 16, 2024

#8 (comment)

libdb-dev を入れれば、CPPFLAGS も変更せずにビルドが通るみたいです

gcc -I. -I. -I. -g -O2 -o skkdic-expr ./skkdic-expr.c -ldb
gcc -I. -I. -I. -g -O2 -o skkdic-sort ./skkdic-sort.c
gcc -I. -I. -I. -g -O2 -o skkdic-count ./skkdic-count.c
gcc -I. -I. -I. -g -O2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -o skkdic-expr2 ./skkdic-expr2.c -lglib-2.0

gdbm を使う環境もあるのであれば README に残すべきでしょうけど
私の環境では gdbm 系のパッケージをぜんぶ入れてもビルドできませんでした

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant