SQLite Database Browser is a freeware, public domain, open source visual tool used to create, design and edit database files compatible with SQLite. ...more
1.Install SQLiteDatabase Browser
download the platform-independent version of SQLite Database Browser from http://sourceforge.net/projects/sqlitebrowser/files/.
extract the downloaded tar.gz.
2.Install Qt
as root ofc :
yum install qt-devel qt-config
yum groupinstall 'KDE Software Development'
qmake
make
that's all :)
0 comments:
Post a Comment