Merge branch '86Box:master' into qt

This commit is contained in:
Joakim L. Gilje
2021-11-28 21:07:50 +01:00
committed by GitHub
23 changed files with 754 additions and 103 deletions

View File

@@ -56,14 +56,7 @@ The latest stable version of 86Box is version 2.07, which was released on Novemb
### Automatic builds
We also offer automatic builds, which are built from the latest source code and contain the latest bugfixes and improvements, but may not be as stable and/or optimized as stable builds.
| Regular | Debug | Experimental |
|:-------:|:-----:|:------------:|
|[![Build Status](http://ci.86box.net/job/86Box/badge/icon)](http://ci.86box.net/job/86Box)|[![Build Status](http://ci.86box.net/job/86Box-Debug/badge/icon)](http://ci.86box.net/job/86Box-Debug)|[![Build Status](http://ci.86box.net/job/86Box-Dev/badge/icon)](http://ci.86box.net/job/86Box-Dev)
#### Legend
* **Regular** builds are compiled using the settings in the building guide above. Use these if you don't know which build to use.
* **Debug** builds are same as regular builds but include debug symbols. If you don't need them, you don't need to use this build.
* **Experimental (Dev)** builds are compiled with certain unfinished features enabled. These builds are not optimized for maximum performance.
[![Build Status](http://ci.86box.net/job/86Box/badge/icon)](http://ci.86box.net/job/86Box)
Getting started
---------------