Notice
Recent Posts
Recent Comments
Link
«   2025/08   »
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31
Tags
more
Archives
Today
Total
관리 메뉴

리액트 정리

[DB] Centos 7 SQLite 설치 본문

Uncategorized

[DB] Centos 7 SQLite 설치

버그킴 2020. 2. 14. 14:00

https://github.com/sqlitebrowser/sqlitebrowser/blob/master/BUILDING.md#build-instructions-and-requirements

 

sqlitebrowser/sqlitebrowser

Official home of the DB Browser for SQLite (DB4S) project. Previously known as "SQLite Database Browser" and "Database Browser for SQLite". Website at: - sqlitebrowser/sqlitebr...

github.com

 

 

$sudo yum install dnf

$ sudo dnf install cmake gcc-c++ git qt-devel qt5-linguist qt5-qtbase-devel \  sqlite-devel
$ git clone https://github.com/sqlitebrowser/sqlitebrowser
$ cd sqlitebrowser
$ cmake -Wno-dev .
$ make
$ sudo make install

$sqlitebroswer 하면 실행됨

 

VM 날라가는거 원투데이 아니라서 대비해서 써놓음 

백업매앤 ~