-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f7c5f14
commit f4dd9e8
Showing
1 changed file
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,11 +15,15 @@ | |
### 7、scripts 目录 | ||
* 存放make menuconfig生成脚本,目前只在X86_64上可以使用。 | ||
## 二、其他说明 | ||
### 1、实现目标 | ||
* 后续会添加更多的工具集合进来,期望更多的接口实现,便于项目使用。 | ||
### 1、快速开始 | ||
* 先进行make menuconfig 进行集合配置,之后make all生成动态库和静态库。 | ||
### 2、项目说明 | ||
* 每个集合之间并没耦合,都可单独使用,根据需要选择集合编译进项目即可。 | ||
* 接口复杂的集合,会有相应的test.c.test示例代码作为参考。 | ||
* 添加make menuconfig,进行集合裁剪,自由配置需要使用的集合。 | ||
* 添加make so和make ar,分别生成静态库和动态库。 | ||
* 添加make all,生成静态库和动态库。 | ||
* 添加make mrproper,删除所有生成文件,包括.config | ||
* 如果有问题,请及时联系我,邮箱[email protected]。 | ||
### 3、实现目标 | ||
* 后续会添加更多的工具集合进来,期望更多的接口实现,便于项目使用。 |