summaryrefslogtreecommitdiff
path: root/INSTALL.md
AgeCommit message (Collapse)Author
2022-04-03Add Arch Linux install instructionsEldred Habert
I didn't test the devkitARM install instructions, but they are pretty much transcribed from the Ubuntu/Deb ones, so that should be fine.
2022-01-23Install libpng using pacman instead of manual build for msys2laqieer
2021-05-27Fix github links to pret's.luckytyphlosion
2021-05-01Wrap notes in details blocks.luckytyphlosion
2021-02-10Easy changes per Griffin's commentsluckytyphlosion
2021-02-08Fix up incorrect term.luckytyphlosion
2021-02-08Fix up dkP related naming.luckytyphlosion
2021-02-08Add instructions for installing libpng on macOSluckytyphlosion
2021-01-31Temporary fix for macOS install.luckytyphlosion
Should probably figure out what's exactly setting $DEVKITPRO since it's set by something else upon opening the Terminal.
2020-12-30Fix msys2 instructions, also add more formatting to installation instructions.luckytyphlosion
2020-12-30Forgot to add some line breaks.luckytyphlosion
2020-12-23Improve storage instructions as per Griffin's recommendations.luckytyphlosion
Todo actually properly proofread this.
2020-12-23Re-add note about Qt since Porymap hasn't upgraded to 6.0.luckytyphlosion
2020-12-23Improve INSTALL.mds as per recommendations.luckytyphlosion
- Put "conditional" notes in quotes to better communicate which instructions are more required - Number instructions per OS as per Griffin's advice.
2020-12-17Extra clarification about remounting the C: driveluckytyphlosion
2020-12-16Add a note on core.filemode error.luckytyphlosion
2020-12-16Make a note about the Microsoft Account dialog.luckytyphlosion
2020-12-16Simplify macOS instructions, clarify Linux instructions, general cleanup of ↵luckytyphlosion
macOS and Linux instructions, also some other minor clarifications.
2020-12-14Temporarily change repo links to mine for people testing builds.luckytyphlosion
2020-12-14Add more detailed notes on Windows terminal comparisons, fix Cygwin ↵luckytyphlosion
instructions (didn't export devkitpro), add macOS and Linux instructions. macOS and Linux instructions untested.
2020-11-28Fix typo (thanks Spherical Ice).luckytyphlosion
2020-11-28Add case for downloads folder with space for the legacy WSL1 instructions, ↵luckytyphlosion
also fix WSL1 path in dedicated folder example with spaces.
2020-11-28Fix broken header links.luckytyphlosion
2020-11-28Add install instructions for repositories which don't have dkp-less support.luckytyphlosion
2020-11-26Add msys2 and Cygwin instructions, also add .exe extension to built tools.luckytyphlosion
Todo: actually extensively test out msys2 and Cygwin, and double check the readme.
2020-11-25Minor INSTALL.md cleanup, also don't print the wall of linked objects during ↵luckytyphlosion
make (helps spot warnings more easily)
2020-11-25Escape literal <user> text.luckytyphlosion
2020-11-25Fix bad clarification.luckytyphlosion
2020-11-25Partially work on the new Install.MD.luckytyphlosion
Todo: - Legacy Windows instructions - macOS, Linux instructions - figure out what to do with the base_tools note for macOS - dkp installation instructions for platforms which do not install dkp.
2020-09-18Libpng-develSeija
libpng dev library needs to be installed, not libpng
2020-08-29Update INSTALL.mdSatoMew
2020-08-29Added the Linux column backSatoMew
2020-08-28Added better instructions for checking WinverSatoMew
2020-08-28Improved based on feedback and recent changesSatoMew
2020-05-21Clean up, include feedback, and update INSTALL.mdSatoMew
2020-03-09Fix the source of pain and suffering for the last 2 years.Revo
Why wasn't this fixed yet. This is dumb. This is really dumb. This is fuckin' stupid.
2019-08-04Merge branch 'master' into masterSatoMew
2019-07-19Deprecate build_tools.shPikalaxALT
2019-06-29Misc. changesPikalaxALT
use the TOOLCHAIN variable instead of overriding DEVKITARM remove redunant DEBUG variable, substitute DINFO
2019-06-28Support for non-dkA toolchainsPikalaxALT
2019-06-16...and said MSYS2 is ready to be usedSatoMew
2019-06-16devkitPro includes MSYS2, not vice-versaSatoMew
2019-06-16Clarify required packages and add Cygwin migrationSatoMew
2019-06-15Update INSTALL.mdSatoMew
2019-04-24Overhaul INSTALL.mdSatoMew
2019-03-16add troubleshooting line in INSTALL.mdaueuaio
While following the instructions for macos (i have sierra) in INSTALL.md, agbcc/build.sh failed, complaining it couldn't find the /opt/devkitpro/devkitARM/base_tools file. After a bit of research, i found out this file is in the devkitarm-rules package (in the devkitpro repos for pacman). Since installing this package fixes the problem, i added some troubleshooting instructions for it in INSTALL.md.
2018-09-24Merge branch 'master' of https://github.com/garakmon/pokeemeraldgarak
2018-08-11add faster builds and NODEP sections from pokerubyGarak
2018-08-11add INSTALL sections for faster builds and NODEPgarak
2018-08-11remove -j4Garak