Install sqlite3 on mac osx?

后端 未结 4 1415
星月不相逢
星月不相逢 2020-12-11 08:42

I just bought a new MBP

I\'ve read online Sqlite3 already exists on OSX.

I\'ve downloaded mac ports (and installed it) as well as the bin file for sqlite3 fr

4条回答
  •  暖寄归人
    2020-12-11 09:30

    To install the sqlite gem the binary won't be enough afaik. You'll need the amalgamation tarball from the sqlite website or install it via ports:

    sudo port install sqlite3 
    

提交回复
热议问题