Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/Unity.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This project is still in early development, expect some rough edges. We are work
**Make sure** to select **Desktop Development with C++** and **Windows 10 SDK 10.0.18362** (should be selected by default) while installing VS 2019.

* Start `x64 Native Tools Command Prompt for VS 2019`.
* Clone the repo: `git clone https://github.com/Microsoft/AirSim.git`, and go the AirSim directory by `cd AirSim`.
* Clone the repo: `git clone https://github.com/microsoft/AirSim.git`, and go the AirSim directory by `cd AirSim`.
* Run `build.cmd` from the command line.

#### Build Unity Project
Expand All @@ -42,7 +42,7 @@ sudo apt-get install libboost-all-dev

#### Build Airsim
```
git clone https://github.com/Microsoft/AirSim.git;
git clone https://github.com/microsoft/AirSim.git;
cd AirSim;
./setup.sh;
./build.sh
Expand Down
2 changes: 1 addition & 1 deletion docs/build_linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ make

```bash
# go to the folder where you clone GitHub projects
git clone https://github.com/Microsoft/AirSim.git
git clone https://github.com/microsoft/AirSim.git
cd AirSim
```

Expand Down
2 changes: 1 addition & 1 deletion docs/build_windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Click on the `Install` button on the top right, which should show the option to
* Install Visual Studio 2022.
**Make sure** to select **Desktop Development with C++** and **Windows 10 SDK 10.0.19041** (should be selected by default) and select the latest .NET Framework SDK under the 'Individual Components' tab while installing VS 2022.
* Start `Developer Command Prompt for VS 2022`.
* Clone the repo: `git clone https://github.com/Microsoft/AirSim.git`, and go the AirSim directory by `cd AirSim`.
* Clone the repo: `git clone https://github.com/microsoft/AirSim.git`, and go the AirSim directory by `cd AirSim`.

**Note:** It's generally not a good idea to install AirSim in C drive. This can cause scripts to fail, and requires running VS in Admin mode. Instead clone in a different drive such as D or E.

Expand Down