mirror of https://gitee.com/cxasm/notepad--.git
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:
parent
3153bab4e2
commit
1f8a5a3629
|
@ -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的依赖库。
|
||||
|
|
Loading…
Reference in New Issue