debian8 4安裝sqliteman總結

2021-07-11 20:18:53 字數 2704 閱讀 3661

sudo apt-get install sqliteman
debian不是一般的ken

上面那個是gg出來的結果

解壓和tar.gz有點不同

tar -jxvf  some.tar

.bz2

然後準備安裝各種庫

su
apt-get install libsqlite3-

0 libsqlite3-dev cmake

apt-get install qt-sdk
這個sdk包有幾百兆。。。

然後就是下面進入sqlite的主目錄

cmake -dwant_resources=1
我這裡有個報錯

cmake -dwant_resources=1

-- sqliteman

1.2.2 will be installed into /usr/local

-- *** release build (use -dwant_debug=1

for debug one) ***

-- looking

forq_ws_x11

-- looking

forq_ws_x11 - found

-- looking

forq_ws_win

-- looking

forq_ws_win - not found

-- looking

forq_ws_qws

-- looking

forq_ws_qws - not found

-- looking

forq_ws_mac

-- looking

forq_ws_mac - not found

-- found

qt4: /usr/bin/qmake (found suitable version "4.8.6", minimum required is "4.2.0")

-- qt4version

:4.8.6

-- qt4includes

:/usr/include/qt4/qtdesigner/usr/include/qt4/qtdeclarative/usr/include/qt4/qtscripttools/usr/include/qt4/qtdbus/usr/include/qt4/qtdesigner/usr/include/qt4/qtxml/usr/include/qt4/qtsql/usr/include/qt4/qtopengl/usr/include/qt4/qtnetwork/usr/include/qt4/phonon/usr/include/qt4/qtxmlpatterns/usr/include/qt4/qtwebkit/usr/include/qt4/qthelp/usr/include/qt4/qtuitools/usr/include/qt4/qttest/usr/include/qt4/qtscript/usr/include/qt4/qtsvg/usr/include/qt4/qt3support/usr/include/qt4/qtgui/usr/include/qt4/qtcore/usr/share/qt4/mkspecs/default/usr/include/qt4/usr/include/qt4/qtcore

-- qt4libs

:/usr/lib/x86_64-linux-gnu

cmake error at cmake/modules/findqscintilla.cmake:53 (message):

could not find qscintilla library

call stack (most recent call first):

cmakelists.txt:132 (find_package)

然後咱們換個方法

cmake -dwant_internal_qscintilla=1
這一步時間有點長

這就可以了

然後就是

make
然後

make install
就裝完了

Debian 安裝記錄

前幾天裝了個 testing 版本的 debian 不好用,顯示卡一起沒裝好,昨天晚上刻了個穩定版的,不用裝顯示卡一樣用。現在把安裝過程記錄下來 1,安裝過程中選用中國的第乙個源,而不是傳說中的cn99那個,南韓和台灣的我也試過,比中國的差遠了。2,安裝完系統後首先要作的是修改源,從google上搜...

debian安裝小結

2.裝完基本系統後設定sources.list為dlut deb unstable main non free contrib deb non us unstable non us main non free contrib deb unstable main 另外還有幾個非官方的源可以從前面找到,...

debian 系統安裝

cpu intel core i5 480m 主頻 2.66ghz 虛4核 記憶體 ddr3 2g 1 硬碟 sata 500g 5400轉 網絡卡 10 100 1000mbps自適應網絡卡 支援bgn協議的無線區域網卡 當然可以在這裡選擇適合自己的系統 無論是在grub 下用fdisk h 22...