Răsfoiți Sursa

update readme

ruki 2 ani în urmă
părinte
comite
7a828b5d6e
1 a modificat fișierele cu 12 adăugiri și 0 ștergeri
  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.
 Xmake is a script-only build utility like autotools.
 
 
+### Advantages
+
 - [x] No any dependencies
 - [x] No any dependencies
 - [x] No installation, only one shell script file
 - [x] No installation, only one shell script file
 - [x] Easy, similar configuration syntax to xmake
 - [x] Easy, similar configuration syntax to xmake
 - [x] Compatible with autotools, same usage
 - [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
 ## New project
 
 
 Copy `./configure` script file to your project root directory.
 Copy `./configure` script file to your project root directory.