mirror of
https://github.com/marktext/marktext.git
synced 2025-05-02 23:43:41 +08:00
Update BUILD.md
Add `rpm` package as a dependency on Debian systems
This commit is contained in:
parent
b75895cdd1
commit
5c84956a25
@ -21,8 +21,9 @@ Before you can get started developing, you need set up your build environment:
|
|||||||
- libxkbfile (with headers)
|
- libxkbfile (with headers)
|
||||||
- libsecret (with headers)
|
- libsecret (with headers)
|
||||||
- libfontconfig (with headers)
|
- libfontconfig (with headers)
|
||||||
|
- rpm (if building on Debian)
|
||||||
|
|
||||||
On Debian-based Linux: `sudo apt-get install libx11-dev libxkbfile-dev libsecret-1-dev libfontconfig-dev`
|
On Debian-based Linux: `sudo apt-get install libx11-dev libxkbfile-dev libsecret-1-dev libfontconfig-dev rpm`
|
||||||
|
|
||||||
On Red Hat-based Linux: `sudo dnf install libX11-devel libxkbfile-devel libsecret-devel fontconfig-devel`
|
On Red Hat-based Linux: `sudo dnf install libX11-devel libxkbfile-devel libsecret-devel fontconfig-devel`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user