Closed LB-BartoszDudzinski closed 1 year ago
It has been noticed that there are differences between the YouTube guide and the written one. Bellow are listed differences.
Requirements differences:
Guide differences:
cmake -B build/windows_vs2019 -G "Visual Studio 16" -DLY_3RDPARTY_PATH=C:\o3de-packages -DLY_UNITY_BUILD=ON -DLY_VERSION_ENGINE_NAME=o3de-install -DCMAKE_INSTALL_PREFIX=C:\o3de-install
cmake -B build/windows_vs2019 -G "Visual Studio 16" -DLY_3RDPARTY_PATH=C:\o3de-packages -DLY_UNITY_BUILD=ON -DLY_PROJECTS=AutomatedtTesting
cmake --build build/windows_vs2019 --target INSTALL --config profile -- /m
cmake --build build/windows_vs2019 --target AutomatedTesting.Gamelauncher Editor --config profile -- /m
Setup page
The guides differs which may lead to the different outcome.
Duplicate of https://github.com/o3de/o3de.org/issues/713
Describe the issue
It has been noticed that there are differences between the YouTube guide and the written one. Bellow are listed differences.
Requirements differences:
Guide differences:
cmake -B build/windows_vs2019 -G "Visual Studio 16" -DLY_3RDPARTY_PATH=C:\o3de-packages -DLY_UNITY_BUILD=ON -DLY_VERSION_ENGINE_NAME=o3de-install -DCMAKE_INSTALL_PREFIX=C:\o3de-install
cmake -B build/windows_vs2019 -G "Visual Studio 16" -DLY_3RDPARTY_PATH=C:\o3de-packages -DLY_UNITY_BUILD=ON -DLY_PROJECTS=AutomatedtTesting
andcmake --build build/windows_vs2019 --target INSTALL --config profile -- /m
cmake --build build/windows_vs2019 --target AutomatedTesting.Gamelauncher Editor --config profile -- /m
Impacted page(s)
Setup page
Expected experience
The guides differs which may lead to the different outcome.