aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2017-07-09 19:58:04 -0700
committerJake Petroules <jake.petroules@qt.io>2017-07-26 17:18:51 +0000
commitf717ea6ebadf4d3f6225f80a9436bef2af12393d (patch)
treee7bb4575cba4916d89ccb032178ec120c64eeaca /README
parentb7e413bfb18e81db1eb49d4584a81855e81a1daf (diff)
Move the Docker documentation out of the README and add more detail
Change-Id: I40fdbc15a8e90817de0721efc161c0c3ecf72cf7 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 2 insertions, 18 deletions
diff --git a/README b/README
index 9b6c5bf9c..54352a956 100644
--- a/README
+++ b/README
@@ -32,21 +32,5 @@ Installation ("make install") is not needed. It is however possible, using
make install INSTALL_ROOT=$INSTALL_DIRECTORY
-You can also build Qbs for Windows using Docker on Windows 10 systems.
-Switch your Docker environment to use Windows containers, then run the
-following to download the Windows 10 Qbs development image:
-
- docker pull qtproject/qbswindowsservercore
-
-The Dockerfile from which this image is built is located in the docker
-directory of the qbs source tree, should you wish to build it yourself.
-
-You can then use the image to perform builds and develop Qbs. For example:
-
- # Run a container interactively with cmd shell access,
- # mounting the current directory inside at C:\qbs
- docker run -i -v %CD%:C:\qbs -w C:\qbs qtproject/qbswindowsservercore
-
- # Perform a release build with a temporary container instance,
- # and copy the output artifacts to the working directory
- docker run --rm -v %CD%:C:\qbs -w C:\qbs qtproject/qbswindowsservercore cmd /c scripts\make-release-archives
+You can also build and develop Qbs using Docker. For more information,
+see "Appendix A: Building Qbs" in the Qbs Manual.