Skip to content

Commit

Permalink
Update container.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudio-Chies authored and HTRamsey committed Aug 7, 2024
1 parent f52e26f commit a99dd17
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/en/qgc-dev-guide/getting_started/container.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,15 @@ It pre-installs all the dependencies at build time, including Qt, thanks to a sc
The main advantage of using the container is the usage of the `CMake` build system and its many improvements over `qmake`

## Building the Container
### Script

Before using the container, you have to build the image.
To build the container using the script, run this command in the qgc root directory

```
./deploy/docker/run-docker.sh
```
### Manual
if you want to Build using the container manually, then you first have to build the image.
You can accomplish this using docker, running the following script from the root of the QGC source code directory.

```
Expand Down

0 comments on commit a99dd17

Please sign in to comment.