From 5bd716609df0a887bf0a0712f6d5d2704d87e0a8 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Fri, 11 Nov 2022 20:21:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9919cb1..7c0c128 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,19 @@ + +## libstdc++ + +https://github.com/WuMu123Love/xcode10_libsc + +适配xcode10,iOS12删除libstdc++的临时解决方案 详见项目中libsc++.zip文件,里面有库文件和对应存储的路劲。 Xcode正式版: 将压缩文件中的真机解压,放到目录 + +unzip + +sudo cp * /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/lib/ + sudo port install boost + ## qt5 brew install qt5 @@ -21,9 +33,6 @@ mv plib-dist dist 配置 SimGear 和 FlightGear 时,只需将此 dist 目录用作 CMAKE_INSTALL_PREFIX 即可,无需其他步骤即可找到所有依赖项。 -## libstdc++ - -https://github.com/WuMu123Love/xcode10_libsc ## 编译