Skip to content

Commit c71bef9

Browse files
committed
Clarify more directory structure for install
1 parent 356d609 commit c71bef9

1 file changed

Lines changed: 47 additions & 13 deletions

File tree

src/components/InstallSdk/index.tsx

Lines changed: 47 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -161,24 +161,58 @@ function EOSSDKInstallWithDefault(props: { freeSdkVersion?: string }) {
161161
<ul>
162162
<li>
163163
<code>EOS</code>:{" "}
164-
<strong>Install the Redpoint EOS Online Framework here</strong>
164+
<strong>Install the Redpoint EOS Online Framework here</strong>;
165+
the following subdirectories and files should exist:
166+
<ul>
167+
<li>
168+
<code>OnlineSubsystemRedpointEOS</code>:{" "}
169+
<em>
170+
For now, if you are installing the Free Edition, you'll need
171+
to create this extra subdirectory and extract the ZIP inside
172+
it
173+
</em>
174+
<ul>
175+
<li>
176+
<code>OnlineSubsystemRedpointEOS.uplugin</code>
177+
</li>
178+
<li>
179+
<code>Config</code>
180+
</li>
181+
<li>
182+
<code>Resources</code>
183+
</li>
184+
<li>
185+
<code>Source</code>
186+
</li>
187+
</ul>
188+
</li>
189+
</ul>
165190
</li>
166191
<li>
167192
<code>{`EOS-SDK-${targetVersion}`}</code>:{" "}
168-
<strong>Extract the EOS SDK ZIP here</strong>
193+
<strong>Extract the EOS SDK ZIP here</strong>; the following
194+
subdirectories and files should exist:
195+
<ul>
196+
<li>
197+
<code>Samples</code>
198+
</li>
199+
<li>
200+
<code>SDK</code>
201+
</li>
202+
<li>
203+
<code>ThirdPartyNotices</code>
204+
</li>
205+
</ul>
169206
</li>
170207
<li>
171208
<code>{`EOS-SDK-Android-${targetVersion}`}</code>:{" "}
172-
<strong>
173-
Extract the Android ZIP here, if you also downloaded the SDK for
174-
Android
175-
</strong>
209+
<strong>Extract the SDK for Android ZIP here</strong>; if you also
210+
downloaded the SDK for Android
176211
</li>
177212
<li>
178213
<code>{`EOS-SDK-iOS-${targetVersion}`}</code>:{" "}
179-
<strong>
180-
Extract the iOS ZIP here, if you also downloaded the SDK for iOS
181-
</strong>
214+
<strong>Extract the SDK for iOS ZIP here</strong>; if you also
215+
downloaded the SDK for iOS
182216
</li>
183217
</ul>
184218
</li>
@@ -197,10 +231,10 @@ function EOSSDKInstallWithDefault(props: { freeSdkVersion?: string }) {
197231
</p>
198232
<p>
199233
If that file doesn't exist, or the path is slightly different, you've
200-
installed the EOS SDK into the wrong place. Make sure you don't copy the{" "}
201-
<code>SDK</code> folder out of the extracted ZIP - it needs to be a
202-
subdirectory of {`EOS-SDK-${targetVersion}`} and sit alongside{" "}
203-
<code>Tools</code>, otherwise the plugin won't work correctly.
234+
installed the EOS SDK into the wrong place. Make sure that{" "}
235+
<code>SDK</code> exists as a subdirectory of the{" "}
236+
<code>{`EOS-SDK-${targetVersion}`}</code> folder, otherwise the plugin
237+
won't work correctly.
204238
</p>
205239
<Admonition type="danger" title="Verify Before Continuing">
206240
<p>

0 commit comments

Comments
 (0)