Skip to content

Commit f7de5a7

Browse files
authored
update faq.md (#4584)
1 parent a961ab9 commit f7de5a7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/faq.md

+7
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,13 @@
108108
可能的情况:
109109
- 尝试升级 Android Studio 的 NDK 版本
110110

111+
- ## CMake 3.14.0 or higher is required. You are running version 2.8.12.2
112+
```shell
113+
wget https://github.com/Kitware/CMake/releases/download/v3.18.2/cmake-3.18.2-Linux-x86_64.tar.gz
114+
tar zxvf cmake-3.18.2-Linux-x86_64.tar.gz
115+
mv cmake-3.18.2-Linux-x86_64 /opt/cmake-3.18.2
116+
ln -sf /opt/cmake-3.18.2/bin/* /usr/bin/
117+
```
111118

112119
# 怎样添加ncnn库到项目中?cmake方式怎么用?
113120

0 commit comments

Comments
 (0)