Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-18 | Forgot to add installation success message. | luckytyphlosion | |
2022-01-07 | Improvements to error messages. | luckytyphlosion | |
2022-01-03 | Better install.sh error messages. | luckytyphlosion | |
2022-01-03 | Fix indentation. | luckytyphlosion | |
2022-01-03 | Add helpful error checks for common user errors. | luckytyphlosion | |
2020-01-31 | Patch get_run_time and add arm compiler to install.sh | PikalaxALT | |
2019-04-29 | Remove trailing slash to fix macOS compatibility | Emma | |
BSD utilities on macOS do not ignore trailing slashes in commands, which results in this script incorrectly copying files to /tools/agbcc, rather than the intended /tools/agbcc/include. Removing the trailing slash should prevent this from happening, and allow macOS users to use the tool as intended. | |||
2018-04-06 | Merge pull request #8 from NieDzejkob/stop-on-error | Marcus Huderle | |
Stop the script on the first error using the set -e command | |||
2017-12-21 | install.sh comment | ProjectRevoTPP | |
2017-12-20 | dont forget to be recursive | ProjectRevoTPP | |
2017-12-20 | move libc/include/ to agbcc/include/ in install.sh. | ProjectRevoTPP | |
2017-12-20 | tab to spaces | ProjectRevoTPP | |
2017-12-20 | add libc building to agbcc. | ProjectRevoTPP | |
2017-05-14 | Stop the script on the first error using the set -e command | NieDzejkob | |
2016-06-17 | build fixes for Linux | YamaArashi | |
2016-05-12 | install old_agbcc too | YamaArashi | |
2016-04-30 | build libgcc with older version of compiler and add install script | YamaArashi | |