Răsfoiți Sursa

Merge pull request #478 from o3de/AMZN-Gene-patch-1

Update README
Gene Walters 1 an în urmă
părinte
comite
b5d5538b39
1 a modificat fișierele cu 9 adăugiri și 1 ștergeri
  1. 9 1
      README_LINUX.md

+ 9 - 1
README_LINUX.md

@@ -51,6 +51,11 @@ These instructions use the following installation paths. Be sure to substitute y
    cd o3de-multiplayersample-assets
    cd o3de-multiplayersample-assets
    git submodule update --init --recursive
    git submodule update --init --recursive
    ```
    ```
+5. From your root project folder clone O3DE-Extras. The O3DE-Extras repo is required for the [WWISE Audio gem](https://github.com/o3de/o3de-extras/tree/development/Gems/AudioEngineWwise).
+   ```shell
+   cd $HOME/my-o3de-projects
+   git clone https://github.com/o3de/o3de-extras/
+   ```
 
 
 ### Option #2 - Cloning into the engine repository directory
 ### Option #2 - Cloning into the engine repository directory
 
 
@@ -97,7 +102,10 @@ These instructions use the following installation paths. Be sure to substitute y
    ```shell
    ```shell
    $HOME/o3de/scripts/o3de register --all-gems-path $HOME/my-o3de-projects/o3de-multiplayersample-assets/Gems
    $HOME/o3de/scripts/o3de register --all-gems-path $HOME/my-o3de-projects/o3de-multiplayersample-assets/Gems
    ```
    ```
-
+1. Register the audio gem.
+   ```shell
+   $HOME/o3de/scripts/o3de register --gem-path $HOME/my-o3de-projects/o3de-extras/Gems/AudioEngineWwise/
+   ```
 1. Register the project.
 1. Register the project.
 
 
    ```shell
    ```shell