Fix typos left in the Setup scripts. (#8004)

* Add initial CMake presets file.

* Add missing VS component + CMakePresets.json.

* Fix multiple typos.

---------

Co-authored-by: Marcel Pi <25649656+MarcelPiNacy@users.noreply.github.com>
This commit is contained in:
MarcelPiNacy-CVC 2024-07-31 14:39:19 +02:00 committed by GitHub
parent b6a467f1de
commit 85420544db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View File

@ -60,10 +60,10 @@ if errorlevel 1 (
)
echo Installing Python Pacakges...
echo Installing Python Packages...
python -m pip install --upgrade pip || exit /b
python -m pip install -r requirements.txt || exit /b
echo Python Pacakges Installed...
echo Python Packages Installed...
echo Switching to x64 Native Tools Command Prompt for VS 2022 command line...

View File

@ -44,7 +44,7 @@ then
echo "Git credentials are not set, they will be requested later on during the download of Unreal Engine Carla fork"
fi
echo "Installing Ubuntu Pacakges..."
echo "Installing Ubuntu Packages..."
if ! command -v retry &> /dev/null
then
sudo apt update
@ -72,12 +72,12 @@ retry --until=success --times=12 --delay=300 -- sudo apt-get -y install \
libxml2-dev \
git \
git-lfs
echo "Ubuntu Pacakges Installed..."
echo "Ubuntu Packages Installed..."
echo "Installing Python Pacakges..."
echo "Installing Python Packages..."
pip3 install --upgrade pip
pip3 install -r requirements.txt
echo "Python Pacakges Installed..."
echo "Python Packages Installed..."
echo "Clonning CARLA Content asynchronously... (see the progres in ContentClone.log)"
mkdir -p Unreal/CarlaUnreal/Content