summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2021-04-11 22:09:01 +0800
committerruki <[email protected]>2021-04-11 22:09:01 +0800
commitc04e62a12ffec3f807c980bf9232dcc897525aee (patch)
treebc4a054f9dbcad9c898f1f7ea8fd9e071d558098
parente11d1143c5d403f9122da2c68c4a9f62796c0e0b (diff)
update readme
-rw-r--r--CHANGELOG.md8
-rw-r--r--README.md1
-rw-r--r--README_zh.md1
3 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b4da25979..5f7cf627c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
## master (unreleased)
+### New features
+
+* [#1323](https://github.com/xmake-io/xmake/issues/1323): Support find and install package from `apt`, `add_requires("apt::zlib1g-dev")`
+
### v2.5.3
### New features
@@ -964,6 +968,10 @@
## master (开发中)
+### 新特性
+
+* [#1323](https://github.com/xmake-io/xmake/issues/1323): 支持从 apt 查找安装包,`add_requires("apt::zlib1g-dev")`
+
## v2.5.3
### 新特性
diff --git a/README.md b/README.md
index 52c989b02..488b8d632 100644
--- a/README.md
+++ b/README.md
@@ -173,6 +173,7 @@ The test project: [xmake-core](https://github.com/xmake-io/xmake/tree/master/cor
* Vcpkg (vcpkg:ffmpeg)
* Homebrew/Linuxbrew (brew::pcre2/libpcre2-8)
* Pacman on archlinux/msys2 (pacman::libcurl)
+* Apt on ubuntu/debian (apt::zlib1g-dev)
* Clib (clib::clibs/[email protected])
* Dub (dub::log 0.4.3)
diff --git a/README_zh.md b/README_zh.md
index 9d49fd14a..f410937cc 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -182,6 +182,7 @@ $ xmake f --menu
* Vcpkg (vcpkg:ffmpeg)
* Homebrew/Linuxbrew (brew::pcre2/libpcre2-8)
* Pacman on archlinux/msys2 (pacman::libcurl)
+* Apt on ubuntu/debian (apt::zlib1g-dev)
* Clib (clib::clibs/[email protected])
* Dub (dub::log 0.4.3)