Skip to content

Commit

Permalink
Updated links to the images on dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
rabits committed Jan 15, 2022
1 parent 14a6329 commit 7521c04
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

Dockerhub: https://hub.docker.com/r/stateoftheartio/qt6

* [6.2-gcc-aqt]() - Linux GCC 64 installed via AQT https://github.com/miurahr/aqtinstall
* [6.2-gcc-aqt](https://hub.docker.com/r/stateoftheartio/qt6/tags?page=1&name=6.2-gcc-aqt) - Linux GCC 64 installed via AQT https://github.com/miurahr/aqtinstall
* [6.2-gcc-src]() - Linux GCC 64 built from sources
* [6.2-android-aqt]() - Android Clang toolkit for x86_64, x86, armv7 and arm64_v8a arch installed via AQT
* [6.2-android-aqt](https://hub.docker.com/r/stateoftheartio/qt6/tags?page=1&name=6.2-android-aqt) - Android Clang toolkit for x86_64, x86, armv7 and arm64_v8a arch installed via AQT
* [6.2-android-src]() - Android Clang toolkit for x86_64, x86, armv7 and arm64_v8a built from sources
* TODO: 6.2-mingw-aqt

Expand All @@ -17,8 +17,8 @@ docker build --pull --rm=true -t stateoftheartio/qt6:$(basename "${PWD}") .

## How to use

The images are not containing the dev libraries, so if the project needs some of such dependencies
- you can build a new image on top of the base one or install the deps dynamically during the build.
The images are not containing the dev libraries, so if the project needs some of such dependencies,
you can build a new image on top of the base one or install the deps dynamically during the build.

In case you want to build in user dir - create it mount as `-v "${PWD}/build:/home/user/build:rw"`.

Expand Down

0 comments on commit 7521c04

Please sign in to comment.