Skip to content

Commit

Permalink
Added initial working OSX build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Clift committed Jun 8, 2013
1 parent 487f8ad commit 31223a0
Showing 1 changed file with 30 additions and 4 deletions.
34 changes: 30 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
=============
sqlitebrowser
=============
=======================
SQLite Database Browser
=======================

This is a fork from the SF project which seems to be stagnant.
This is a fork from the SF project which seems to be stagnant.

Old Project
-----------
Expand Down Expand Up @@ -55,3 +55,29 @@ Windows binaries
Windows binaries can be downloaded from here:

http://rp.oldsch00l.com/sqlitebrowser/

=======
MacOS X
=======

SQLite Database Browser works pretty well on MacOS X.

- OSX 10.7 (Lion) works
- OSX 10.8 (Mountain Lion) probably works, but hasn't been tested yet.

Building on OSX is simple, but depends on SQLite and Qt to be installed
using Homebrew first::

$ brew install sqlite --with-functions
$ brew install qt --with-qt3support

Then it's just a matter of::

$ git checkout https://github.com/rp-/sqlitebrowser.git
$ cd sqlitebrowser
$ qmake
$ make
$ mv src/sqlitebrowser.app /Applications/

An icon for "sqlitebrowser" should now be in your main OSX Applications
list, ready to launch.

0 comments on commit 31223a0

Please sign in to comment.