!19 update README.md.

Merge pull request !19 from Joker2770/N/A
This commit is contained in:
爬山虎 2023-02-06 02:00:41 +00:00 committed by Gitee
commit 492f952ce1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 12 additions and 4 deletions

View File

@ -1,3 +1,7 @@
# notepad--
## 项目简介
这是一个使用C++编写的文本编辑器Notepad--,可以支持Win/Linux/Mac平台。
我们的目标是要替换Notepad++重点在国产Uos系统、Mac 系统上发展。
@ -21,9 +25,11 @@ NDD已初步推出插件编写功能希望广大的CPP/QT开发者加入我
![输入图片说明](6688.png)
**Linux编译说明:**
## 编译
## Ubuntu
**CMake工具链编译说明:**
- Ubuntu/Debian
1. 安装编译环境 `sudo apt-get install g++ make cmake`
1. 安装qt工具和库 `sudo apt-get install qtbase5-dev qt5-qmake qtbase5-dev-tools libqt5printsupport5 libqt5xmlpatterns5-dev `
@ -31,7 +37,7 @@ NDD已初步推出插件编写功能希望广大的CPP/QT开发者加入我
1. 编译 `cd build && make -j`
1. 打包 `cpack`
## ArchLinux
- ArchLinux
1. 安装编译环境 `sudo pacman -S gcc cmake make `
1. 安装qt工具和库 `sudo pacman -S qt5-tools qt5-base qt5-xmlpatterns `
@ -39,7 +45,7 @@ NDD已初步推出插件编写功能希望广大的CPP/QT开发者加入我
1. 编译 `cd build && make -j`
1. 打包:使用aur
**编译说明:**
**Qt工程编译说明:**
1使用qtcreator 或 vs 先打开qscint/src/qscintilla.pro 。先编译出这个qscintlla的依赖库。
@ -54,6 +60,8 @@ NDD已初步推出插件编写功能希望广大的CPP/QT开发者加入我
yay -S notepad---git
```
## 效果预览
![输入图片说明](png/20221107_160824.png)
![输入图片说明](png/6.png)