Update the compilation instructions to mention how to build with Docker

This commit is contained in:
Dylan M. Taylor 2020-08-23 20:29:15 -04:00 committed by GitHub
parent 1bf3e73373
commit a883feec20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,10 @@ A "Ventoy Compatible" concept is introduced by ventoy, which can help to support
See [https://www.ventoy.net/en/doc_start.html](https://www.ventoy.net/en/doc_start.html) for detail See [https://www.ventoy.net/en/doc_start.html](https://www.ventoy.net/en/doc_start.html) for detail
# Compile Instructions # Compile Instructions
Please refer to [BuildVentoyFromSource.txt](https://github.com/ventoy/Ventoy/blob/master/DOC/BuildVentoyFromSource.txt)
If you have Docker and docker-compose installed, simply checkout Ventoy using git, cd to the project's directory and run `docker-compose up`. This will build and package the project using a CentOS 7 container, and then you can simply navigate to the `INSTALL` directory to find the packages. This is how Ventoy is built every time a commit is made using GitHub Actions. Artifacts from these CI builds can be found on the `Actions` tab of GitHub.
To build Ventoy on CentOS 7 directly without using a container, please refer to [BuildVentoyFromSource.txt](https://github.com/ventoy/Ventoy/blob/master/DOC/BuildVentoyFromSource.txt).
# Document # Document
Title | Link Title | Link