From 8dcf1580e8d4d765e002278d4968a9fb5045cbd6 Mon Sep 17 00:00:00 2001 From: sunwen Date: Tue, 21 Nov 2023 09:40:28 +0800 Subject: [PATCH] delete copy libqsqlmysql.so . --- Readme.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/Readme.md b/Readme.md index d6f92fa..d5b73e1 100644 --- a/Readme.md +++ b/Readme.md @@ -12,17 +12,14 @@ Copy libReq.so from thirdParty/Req/Pub to install path sudo zypper in libQt5Multimedia5 libQt5Sql5-mysql ``` -1.4 copy libqsqlmysql.so -Copy libqsqklmysql.so from database/ to /usr/lib64/qt5/plugins/sqldrivers/ in install computer. - -1.5 copy dict directory +1.4 copy dict directory Create directory dict in install path. Copy dict/* to dict/ in install path. -1.6 Copy GUI , cfgs/* and scripts/GUI.sh +1.5 Copy GUI , cfgs/* and scripts/GUI.sh Copy GUI , cfgs/* and scripts/GUI.sh to install path -1.7 Grant server access right to GUI computer +1.6 Grant server access right to GUI computer ssh-keygen -t rsa ssh-copy-id krad@192.168.1.15 ssh krad@192.168.1.15