2
0
ruki 2 жил өмнө
parent
commit
7a828b5d6e
1 өөрчлөгдсөн 12 нэмэгдсэн , 0 устгасан
  1. 12 0
      README.md

+ 12 - 0
README.md

@@ -69,11 +69,23 @@ This gives you access to the [xmake-io/technical-support](https://github.com/xma
 
 Xmake is a script-only build utility like autotools.
 
+### Advantages
+
 - [x] No any dependencies
 - [x] No installation, only one shell script file
 - [x] Easy, similar configuration syntax to xmake
 - [x] Compatible with autotools, same usage
 
+### Supported features
+
+- [x] Generate makefile
+
+### In the future it will support
+
+- [ ] Generate build.ninja
+- [ ] Detect options, code snippet, dependencies, compiler features
+- [ ] Support more xmake features
+
 ## New project
 
 Copy `./configure` script file to your project root directory.