在OsX Leopard中安装SQLite3
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在OsX Leopard中安装SQLite3相关的知识,希望对你有一定的参考价值。
Simply open up terminal and run these commands one at a time. You may need sudo or root access.
$ curl http://www.sqlite.org/sqlite-3.5.4.tar.gz | tar zx $ cd sqlite-3.5.4 $ ./configure --prefix=/usr/local $ make $ sudo make install #Check that SQLite is installed properly $ sqlite3 --version
以上是关于在OsX Leopard中安装SQLite3的主要内容,如果未能解决你的问题,请参考以下文章
如何在 XAMPP mac (OSX) 中安装 MongoDB 驱动程序
VMware Workstation/Fusion 中安装 Fedora 23/24 及其他 Linux 系统时使用 Open VM Tools 代替 VMware Tools 增强工具的方法(代码片