Browse Source

Update o3de repo to use lumberyard fork since the roscon_2022 branch only exists there. Fix/improve the cmake project generation command line

Signed-off-by: Steve Pham <[email protected]>
Steve Pham 2 năm trước cách đây
mục cha
commit
c59633d8b0
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 3 2
      README.md

+ 3 - 2
README.md

@@ -43,10 +43,11 @@ The project supports the following platforms:
 The following commands should prepare O3DE:
 
 ```
-~$ git clone https://github.com/o3de/o3de.git
+~$ git clone https://github.com/aws-lumberyard-dev/o3de.git
 ~$ cd o3de
 ~/o3de$ git lfs install
 ~/o3de$ git lfs pull
+~/o3de$ git checkout roscon_2022
 ~/o3de$ python/get_python.sh
 ~/o3de$ scripts/o3de.sh register --this-engine
 ```
@@ -99,7 +100,7 @@ echo $ROS_DISTRO
 4. Configure build:
 
 ```
-cmake -B build/linux -G Ninja Multi-Config -DLY_STRIP_DEBUG_SYMBOLS=ON
+cmake -B build/linux -G"Ninja Multi-Config" -DLY_DISABLE_TEST_MODULES=ON
 ```
 
 5. Execute build (this will take a while the first time):