Compile Python 3.4 with sqlite3

前端 未结 0 515
遇见更好的自我
遇见更好的自我 2020-12-18 02:34

I have compiled SQLite3 3.8.6 and installed it to ${HOME}/opt with:

LDFLAGS=\"-L${HOME}/opt/lib\" CFLAGS=\"-L${HOME}/opt/include\" ./configure --prefix=$HOME         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题