Skip to content

Commit f1ff21f

Browse files
updated docs.
1 parent cade011 commit f1ff21f

3 files changed

Lines changed: 3 additions & 9 deletions

File tree

docs/ch/user-guide/install/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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
现在安装数据库客户端库:

docs/en/user-guide/install/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ In case of Ubuntu:
1414
Install 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

2220
Now install the DB client libraries:

docs/ja/user-guide/install/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ Linux の場合は、ディストリビューションで用意されている
1313
Ubuntu の例:
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

2119
DBクライアントライブラリもインストールします。

0 commit comments

Comments
 (0)