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 <viktor@milivojevic.in.rs>
This commit is contained in:
Kamey03 2023-02-06 03:46:17 +00:00 committed by Gitee
parent 3153bab4e2
commit 1f8a5a3629
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 7 additions and 0 deletions

View File

@ -45,6 +45,13 @@ NDD已初步推出插件编写功能希望广大的CPP/QT开发者加入我
1. 编译 `cd build && make -j` 1. 编译 `cd build && make -j`
1. 打包:使用aur 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工程编译说明** **Qt工程编译说明**
1使用qtcreator 或 vs 先打开qscint/src/qscintilla.pro 。先编译出这个qscintlla的依赖库。 1使用qtcreator 或 vs 先打开qscint/src/qscintilla.pro 。先编译出这个qscintlla的依赖库。