Raspberry Pi に Mapnik を導入する(2022-04, 未完) #46
hfu
started this conversation in
Show and tell
Replies: 1 comment
-
#47 に続く。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
インストールシーケンス
メモ
JOSB=1
を指定しているのは,Mapnik のビルドにはメモリを多く使うそうだからである。Python >= 3.5 is required.
というメッセージを見た。CXX=/usr/bin/clang++
として clang を使うと,メッセージの見た目がベターになる。g++ の場合はよりたくさんの警告が出てくるように思える。sudo apt install
してみたものBeta Was this translation helpful? Give feedback.
All reactions