update for how to make

This commit is contained in:
xiongziliang 2017-04-22 22:57:43 +08:00 committed by GitHub
parent c8577169d9
commit 0c2d38aafb

View File

@ -30,7 +30,7 @@
- 提供更多的示例代码
- 提供ios工程
## 编译
## 编译(Linux)
- 我的编译环境
- Ubuntu16.04 64 bit + gcc5.4(最低gcc4.7)
- [eclipse for c++](https://www.eclipse.org/downloads/download.php?file=/oomph/epp/neon/R3/eclipse-inst-mac64.tar.gz)
@ -54,7 +54,7 @@
sudo apt-get install libmp4v2-dev
```
- 使用eclipse编译(Linux)
- 使用eclipse编译
- 1、点击菜单File->Import->Git(Projects from git)-> Clone URI
- 2、输入git地址点击 Next 然后选择 master 分支然后一路点击 Next 直至导入项目。
- 3、选中 ZLToolKit项目点击鼠标右键在下拉菜单中点击 Build Configurations-> Set Active -> X64选择编译X64版本目标文件。