You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started.md
+3-9Lines changed: 3 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,19 +76,13 @@ Change to the Docker Build Directory: Note that this directory is within the Air
76
76
77
77
docker run --rm -it -v $PWD/../..:/home/airsim/Formula-Student-Driverless-Simulator formula-simulator
78
78
79
-
80
-
3. Inside the Container: Copy the modified setup.sh and build.sh scripts:
81
-
82
-
cp ./docker_build/setup.sh .
83
-
cp ./docker_build/build.sh .
84
-
85
-
4. Run the Setup and Build:
79
+
3. Run the Setup and Build:
86
80
87
81
./setup.sh && ./build.sh
88
82
89
-
5. Exit the Docker Container: Press Ctrl + D in the terminal to exit.
83
+
4. Exit the Docker Container: Press Ctrl + D in the terminal to exit.
90
84
91
-
6. Build the final project, use the following command (this process may take some time):
85
+
5. Build the final project, use the following command (this process may take some time):
92
86
93
87
~/UnrealEngine/Engine/Binaries/ThirdParty/Mono/Linux/bin/mono ~/UnrealEngine/Engine/Binaries/DotNET/UnrealBuildTool.exe Development Linux -Project=/home/$uSER/Formula-Student-Driverless-Simulator/UE4Project/FSOnline.uproject -TargetType=Editor -Progress
0 commit comments