mirror of
https://github.com/libretro/mgba.git
synced 2024-11-26 17:50:26 +00:00
README: Minor updates
This commit is contained in:
parent
3bacc33ebe
commit
1acaa45ea5
@ -125,9 +125,9 @@ Compiling requires using CMake 3.1 or newer. GCC, Clang, and Visual Studio 2019
|
|||||||
|
|
||||||
#### Docker building
|
#### Docker building
|
||||||
|
|
||||||
The recommended way to build for most platforms is to use Docker. Several Docker images are provided that contain the requisite toolchain and dependencies for building mGBA across several platforms.
|
The recommended way to build for most platforms is to use Docker. Several Docker images are provided that contain the requisite toolchain and dependencies for building mGBA across several platforms.
|
||||||
|
|
||||||
Note: If you are on an older Windows system before Windows 10, you may need to configure your Docker to use VirtualBox shared folders to correctly map your current `mgba` checkout directory to the Docker image's working directory. (See issue [#1985](https://mgba.io/i/1985) for details.)
|
Note: If you are on an older Windows system before Windows 10, you may need to configure your Docker to use VirtualBox shared folders to correctly map your current `mgba` checkout directory to the Docker image's working directory. (See issue [#1985](https://mgba.io/i/1985) for details.)
|
||||||
|
|
||||||
To use a Docker image to build mGBA, simply run the following command while in the root of an mGBA checkout:
|
To use a Docker image to build mGBA, simply run the following command while in the root of an mGBA checkout:
|
||||||
|
|
||||||
@ -234,6 +234,7 @@ mGBA has no hard dependencies, however, the following optional dependencies are
|
|||||||
- SQLite3: for game databases.
|
- SQLite3: for game databases.
|
||||||
- libelf: for ELF loading.
|
- libelf: for ELF loading.
|
||||||
- Lua: for scripting.
|
- Lua: for scripting.
|
||||||
|
- json-c: for the scripting `storage` API.
|
||||||
|
|
||||||
SQLite3, libpng, and zlib are included with the emulator, so they do not need to be externally compiled first.
|
SQLite3, libpng, and zlib are included with the emulator, so they do not need to be externally compiled first.
|
||||||
|
|
||||||
@ -254,7 +255,7 @@ Footnotes
|
|||||||
Copyright
|
Copyright
|
||||||
---------
|
---------
|
||||||
|
|
||||||
mGBA is Copyright © 2013 – 2022 Jeffrey Pfau. It is distributed under the [Mozilla Public License version 2.0](https://www.mozilla.org/MPL/2.0/). A copy of the license is available in the distributed LICENSE file.
|
mGBA is Copyright © 2013 – 2023 Jeffrey Pfau. It is distributed under the [Mozilla Public License version 2.0](https://www.mozilla.org/MPL/2.0/). A copy of the license is available in the distributed LICENSE file.
|
||||||
|
|
||||||
mGBA contains the following third-party libraries:
|
mGBA contains the following third-party libraries:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user