Commit Graph

80 Commits

Author SHA1 Message Date
Thompson Lee 116d75c3c8
doc: Updated the README.md to include more important information for setting up Docker for building mGBA. (#2575) 2022-07-02 15:25:24 -07:00
tom_mai78101 179d6a7236 Powershell dictates the requirement where automatic variables need to be wrapped around with curly brackets ({}). This is referenced from the documentation here, as quoted below: https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_variables?view=powershell-7.2
"To create or display a variable name that includes spaces or special characters, enclose the variable name with the curly braces ({}) characters. The curly braces direct PowerShell to interpret the variable name's characters as literals. For example, the following command creates the variable named 'save-items'. The curly braces ({}) are needed because variable name includes a hyphen (-) special character."
2022-06-29 20:48:16 -07:00
Vicki Pfau 469ce5d145 Update CHANGES and README 2022-05-29 02:44:17 -07:00
Vicki Pfau 6b189fe249 README: Update 2022-05-26 21:34:20 -07:00
Vicki Pfau e2ea9330aa macOS: Bump minimum to 10.9 2022-05-07 23:05:49 -07:00
Vicki Pfau 0ff2d67317 README: Update 2022-02-07 00:47:35 -08:00
Vicki Pfau feb22a2bda README: Drop Windows Vista mention 2021-06-19 17:41:30 -07:00
Vicki Pfau aa435d1cea README: Mention translations, update copyright 2021-01-05 00:24:12 -08:00
hgdagon 672422d246 All: Updated MSYS2 instructions 2020-12-12 23:17:37 -08:00
Vicki Pfau f636b88f27 README: Update Ubuntu Docker image list 2020-09-10 00:19:10 -07:00
Vicki Pfau 347c5f2de5 GB MBC: Add MBC6 flash support (read-only currently) 2020-09-03 23:43:47 -07:00
Vicki Pfau ffbd0695bb CHANGES: Update for new mappers, etc 2020-08-16 16:29:15 -07:00
Vicki Pfau 9ab0f2d1b5 README: Add missing Switch mention, update notes on macOS 2020-08-01 23:12:26 -07:00
Vicki Pfau d585370116 FFmpeg: Add WebP recording 2020-07-23 22:34:37 -07:00
Vicki Pfau cdf9105f56 GB MBC: Support for unlicensed Pokemon Jade/Diamond Game Boy mapper 2020-07-07 18:14:33 -07:00
Vicki Pfau 7762b8c598 Third-Party: Update inih 2020-07-06 00:22:11 -07:00
Vicki Pfau 7bc45acd61 README: Remove ImageMagick mention 2020-06-29 21:53:12 -07:00
Vicki Pfau 2cad00cc0f README: Preliminary MSVC build instructions 2020-06-29 19:53:19 -07:00
Vicki Pfau e63bc74705 README: Update Ubuntu Docker images 2020-05-27 15:27:52 -07:00
Vicki Pfau 2823ee1e02 README: Update 2020-02-19 21:16:14 -08:00
Vicki Pfau f5f855a105 README: Update copyright dates 2020-01-01 13:50:35 -08:00
Vicki Pfau d1ef6d258e OpenGL: Bump minimum to 3.2 2019-10-05 16:12:09 -07:00
Vicki Pfau 8708a0db52 Feature: Switch from ImageMagick to FFmpeg for GIF generation 2019-09-17 19:06:58 -07:00
Vicki Pfau 5c5be73c47 GB MBC: Support for unlicensed Wisdom Tree Game Boy mapper 2019-07-04 17:45:03 -07:00
Vicki Pfau 8c55de4b5f README: Mention disco docker container 2019-06-06 16:27:52 -07:00
Vicki Pfau 2781a2a9f9 GBA Video: Implement sprite mosaic on transformed sprites 2019-05-21 15:36:14 -07:00
Vicki Pfau ee6cd36402 OpenGL: Use VAOs 2019-05-17 14:00:34 -07:00
lotharsm 034353e843 Doc: Update MSYS2 build instructions in the README file 2018-11-18 09:49:08 +01:00
Vicki Pfau ed0a7c68ea README: Update 2018-11-03 15:39:13 -07:00
Vicki Pfau 575adcaf4c GB MBC: Add MMM01 2018-07-28 01:04:36 -07:00
Vicki Pfau c04d627de8 GB MBC: Partial HuC-1 support 2018-07-22 18:00:16 -07:00
Toshiyuki Hirooka f8759a8760 Fix a build error macOS Sierra and High Sierra #798 2018-06-02 18:19:53 -07:00
Lothar Serra Mari 40703d9734 Doc: Add git and base-devel to MSYS2 dependencies
"git" is obviously needed for pulling the latest source code.

"base-devel" is needed to actually make the compiler toolchain work.

Both packages are not installed in current MSYS2 base installations.
2018-04-09 06:41:34 -07:00
Lothar Serra Mari 5d8e80e2d7 Doc: Add 'libelf' package to msys2/mingw-w64 dependencies 2018-03-17 10:34:32 -07:00
Lothar Serra Mari 6ad3f7ddc3 Doc: Add "libepoxy" to msys/mingw-w64 dependencies
The libepoxy library is required for shader support.
2018-03-17 10:34:32 -07:00
Vicki Pfau 92fd0444ce README: Update supported information 2018-03-03 14:44:47 -08:00
Lothar Serra Mari 523fb63c30 All: Update copyright year to 2018 2018-02-17 07:33:06 -08:00
Lothar Serra Mari 45b8832275 Doc: Fix the total download size of the msys toolchain
Since the README file was initially written, the total download size for
the msys toolchain including all libraries increased from 500MiB to a
whopping 1100MiB, resulting in an install size of over 6000MiB for each
architecture.
2018-02-17 11:39:04 +01:00
rootfather 60f44b46dc Doc: Fix package name for ntldd-git 2018-01-27 18:03:50 +01:00
Vicki Pfau d133cabd33 Windows: Package script 2018-01-25 18:46:20 -08:00
Vicki Pfau 148e7cd0b5 All: Update README 2017-09-25 00:18:54 -07:00
Vicki Pfau 64409d9ca7 Core: ELF support 2017-07-16 09:45:25 -07:00
Vicki Pfau 492bfa7504 All: Update README 2017-06-17 18:01:45 -07:00
Lothar Serra Mari 5f59ad4c43 Doc: Fix MSYS2 shortcut names in README.md 2017-03-20 10:50:37 -07:00
rootfather c99450c51b All: Improve MSYS2 notes (64-bit/Dependency Walker) in README 2017-02-04 13:59:50 -08:00
Vicki Pfau 8bcd987160 Third-Party: Add SQLite3 as an external 2017-01-28 11:41:04 -08:00
Jeffrey Pfau d6e5283b9e Feature: Move game database from flatfile to SQLite3 2017-01-10 00:49:56 -08:00
Jeffrey Pfau 0f4889d69a All: Refresh README 2016-09-17 10:51:40 -07:00
waddlesplash 3fe055fcac All: Working MSVC support. 2016-04-25 17:17:54 -04:00
Jeffrey Pfau ac2cd08a34 All: Update README and PORTING 2016-04-22 00:00:06 -07:00