File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,9 +14,7 @@ page_id: "020.0"
1414安装Qt库和开发工具:
1515
1616```
17- $ sudo apt-get install -y qt5-default qt5-qmake libqt5sql5-mysql libqt5sql5-psql
18- libqt5sql5-odbc libqt5sql5-sqlite libqt5core5a libqt5qml5 libqt5xml5 qtbase5-dev
19- qtdeclarative5-dev qtbase5-dev-tools gcc g++ make cmake
17+ $ sudo apt install -y --no-install-recommends pkg-config qmake6 qt6-base-dev qt6-base-dev-tools qt6-tools-dev-tools qt6-declarative-dev libqt6sql6-mysql libqt6sql6-psql libqt6sql6-odbc libqt6sql6-sqlite libqt6core6 libqt6qml6 libqt6xml6 libpq5 libodbc2 libmongoc-dev libbson-dev gcc g++ clang make cmake
2018```
2119
2220现在安装数据库客户端库:
Original file line number Diff line number Diff line change @@ -14,9 +14,7 @@ In case of Ubuntu:
1414Install the Qt libraries and dev tools:
1515
1616```
17- $ sudo apt-get install -y qt5-default qt5-qmake libqt5sql5-mysql libqt5sql5-psql
18- libqt5sql5-odbc libqt5sql5-sqlite libqt5core5a libqt5qml5 libqt5xml5 qtbase5-dev
19- qtdeclarative5-dev qtbase5-dev-tools gcc g++ make cmake
17+ $ sudo apt install -y --no-install-recommends pkg-config qmake6 qt6-base-dev qt6-base-dev-tools qt6-tools-dev-tools qt6-declarative-dev libqt6sql6-mysql libqt6sql6-psql libqt6sql6-odbc libqt6sql6-sqlite libqt6core6 libqt6qml6 libqt6xml6 libpq5 libodbc2 libmongoc-dev libbson-dev gcc g++ clang make cmake
2018```
2119
2220Now install the DB client libraries:
Original file line number Diff line number Diff line change @@ -13,9 +13,7 @@ Linux の場合は、ディストリビューションで用意されている
1313Ubuntu の例:
1414
1515```
16- $ sudo apt-get install -y qt5-default qt5-qmake libqt5sql5-mysql libqt5sql5-psql
17- libqt5sql5-odbc libqt5sql5-sqlite libqt5core5a libqt5qml5 libqt5xml5 qtbase5-dev
18- qtdeclarative5-dev qtbase5-dev-tools gcc g++ make cmake
16+ $ sudo apt install -y --no-install-recommends pkg-config qmake6 qt6-base-dev qt6-base-dev-tools qt6-tools-dev-tools qt6-declarative-dev libqt6sql6-mysql libqt6sql6-psql libqt6sql6-odbc libqt6sql6-sqlite libqt6core6 libqt6qml6 libqt6xml6 libpq5 libodbc2 libmongoc-dev libbson-dev gcc g++ clang make cmake
1917```
2018
2119DBクライアントライブラリもインストールします。
You can’t perform that action at this time.
0 commit comments