From 1f8a5a3629b685f9e2568d78df88ff8a4c0c7494 Mon Sep 17 00:00:00 2001 From: Kamey03 Date: Mon, 6 Feb 2023 03:46:17 +0000 Subject: [PATCH] I've added the instructions for installing the compile environment and Qt tools and libraries on openSUSE Tumbleweed, along with how to configure and compile the code, and package it using OBS. The instructions have been added to the README.md file. This commit will make it easier for users who are using openSUSE Tumbleweed to get started with the project. Signed-off-by: Kamey03 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3cd2849..8952e4e 100755 --- a/README.md +++ b/README.md @@ -45,6 +45,13 @@ NDD已初步推出插件编写功能,希望广大的CPP/QT开发者加入我 1. 编译 `cd build && make -j` 1. 打包:使用aur +- openSUSE Tumbleweed + +1. 安装编译环境和Qt工具库 `sudo zypper in -t pattern devel_C_C++ devel_basis devel_qt5 ` +1. 配置 `cmake -B build -DCMAKE_BUILD_TYPE=Release ` +1. 编译 `cd build && make -j ` +1. 打包使用 OBS (Open Build Service) + **Qt工程编译说明:** 1)使用qtcreator 或 vs 先打开qscint/src/qscintilla.pro 。先编译出这个qscintlla的依赖库。