File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 1818```
1919git clone https://github.com/Synesthesias/libplateau
2020cd libplateau
21+ git lfs install
22+ ```
23+ その後、社内の方は
24+ ```
2125git submodule update --init --recursive
26+ ```
27+ 社外の方は
2228```
29+ git -c submodule.3rdparty/fbx_sdk.update=none submodule update --init --recursive
30+ ```
31+ を実行します。
32+ 両者の違いは、社外の方は submodule の ` fbx_sdk ` を無視する設定となっています。
33+ これについて下のセクションにある「社外の方へ」をご覧ください。
2334
2435## ビルド
2536ビルドの方法について、全OSで共通の留意点を記したあと、
@@ -146,7 +157,7 @@ fbx_sdk は Autodesk社が公開するSDKです。これは自由に製品に組
146157- [ Autodesk社のWebサイト] ( https://www.autodesk.com/developer-network/platform-technologies/fbx-sdk-2020-3 ) から、各OS向けのFBXSDKをダウンロードしてインストールします。
147158- インストールして得られるファイルを、次のディレクトリ構成に合うように配置します。
148159 - ` 3rdparty/fbx_sdk/2020.3.1 ` 以下に配置します。
149- - ` 2020.3.1 ` 以下のディレクトリ構成は、別添のテキストファイル ` file_tree_of_fbxsdk.txt ` に記しました 。
160+ - ` 2020.3.1 ` 以下のディレクトリ構成は、別添のテキストファイル ` file_tree_of_fbxsdk.txt ` を参照してください 。
150161
151162# 実装上の注意
152163## 文字コード
You can’t perform that action at this time.
0 commit comments