Skip to content

Commit a2c59bc

Browse files
committed
add menu to compile
1 parent dfac549 commit a2c59bc

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

compile-cn.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
本项目可以通过以下的方式自定义编译选项
44

5+
- [自定义编译选项](#%E8%87%AA%E5%AE%9A%E4%B9%89%E7%BC%96%E8%AF%91%E9%80%89%E9%A1%B9)
6+
- [获取 ijkplayer 的源码](#%E8%8E%B7%E5%8F%96-ijkplayer-%E7%9A%84%E6%BA%90%E7%A0%81)
7+
- [初始化及编译项目](#%E5%88%9D%E5%A7%8B%E5%8C%96%E5%8F%8A%E7%BC%96%E8%AF%91%E9%A1%B9%E7%9B%AE)
8+
- [编译环境](#%E7%BC%96%E8%AF%91%E7%8E%AF%E5%A2%83)
9+
- [通用部分](#%E9%80%9A%E7%94%A8%E9%83%A8%E5%88%86)
10+
- [android 部分](#android-%E9%83%A8%E5%88%86)
11+
- [iOS](#ios)
12+
- [编译产物置入 flutter 项目](#%E7%BC%96%E8%AF%91%E4%BA%A7%E7%89%A9%E7%BD%AE%E5%85%A5-flutter-%E9%A1%B9%E7%9B%AE)
13+
- [iOS 篇](#ios-%E7%AF%87)
14+
- [andorid 篇](#andorid-%E7%AF%87)
15+
- [LICENSE](#license)
16+
517
## 获取 ijkplayer 的源码
618

719
这部分修改后的源码托管于 gitee

compile.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,19 @@
22

33
This project can customize compilation options in the following ways.
44

5-
## Get the source code for ijkplayer
5+
- [Custom compilation options](#custom-compilation-options)
6+
- [Get source](#get-source)
7+
- [Initialization and compilation of projects](#initialization-and-compilation-of-projects)
8+
- [Compiling environment](#compiling-environment)
9+
- [General part](#general-part)
10+
- [android](#android)
11+
- [iOS](#ios)
12+
- [Compile the product into the flutter project](#compile-the-product-into-the-flutter-project)
13+
- [With iOS](#with-ios)
14+
- [With andorid](#with-andorid)
15+
- [LICENSE](#license)
16+
17+
## Get source
618

719
The modified source code is hosted on gitee.
820

0 commit comments

Comments
 (0)