Randell's Tech Blog |
Install SQLite Database Browser on Fedora Posted: 25 Jul 2009 12:05 PM PDT What is SQLite Database Browser?From the SQLite Database browser home page:
Install SQLite Database BrowserFirst, you need to download the platform-independent version of SQLite Database Browser from http://sourceforge.net/projects/sqlitebrowser/files/. Extract the downloaded tar.gz. Once extracted, you need to make sure that you can build the source. One of the build requirements for SQLite Database Browser, according to the SQLite Database Browser Building Instructions and Requirements, is the presence of QT. From this (http://forums.fedoraforum.org/showthread.php?t=111264) thread, it says that you only need to install the QT libraries and QT development interfaces. To do that, execute this command from your terminal (as root, of course): yum install qt-devel qt-config After running the command, I was still unable to yum groupinstall 'KDE Software Development' After that, you may now run qmake and then make from the extracted SQLite Database Browser directory. This will generate the sqlitebrowser binary file inside the sqlitebrowser sub-directory that you can run by simply double-clicking. Running it should show the SQLite Database Browser window (see screenshot). ![]() Screenshot of SQLite Database Browser on Fedora 10 You may also check out screenshots of SQLite Database Browser 1.0 running on different platforms from http://sqlitebrowser.sourceforge.net/screenshots.html Notes: The installation procedure mentioned was only tested by the author using Fedora 10. Please let me know if it worked on your machine. =) Related posts: Tags: Fedora 10, Linux, make, qmake, QT, SQLite Database Browser |
You are subscribed to email updates from Randell's Dev Blog To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google Inc., 20 West Kinzie, Chicago IL USA 60610 |
0 comments:
Post a Comment