diff options
Diffstat (limited to 'html/agbsum.html')
-rw-r--r-- | html/agbsum.html | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/html/agbsum.html b/html/agbsum.html index 30fd73e..f409765 100644 --- a/html/agbsum.html +++ b/html/agbsum.html @@ -4,7 +4,7 @@ <meta charset="UTF-8"> <meta name="author" content="Gabriel Bjørnager Jensen"> <meta name="darkreader-lock"> - <meta name="description" content="About the AGB checksum patcher."> + <meta name="description" content="agbsum is a CLI utility for patching AGB images."> <meta name="keywords" content="achernar, advance, agb, agbsum, embedded, game"> <meta name="viewport" content="width=device-width, initial-scale=1"> @@ -27,7 +27,21 @@ <h1 id="anchor.about">agbsum</h1> <section> - <p><em>agbsum</em> is a utility for patching AGB images.</p> + <p><em>agbsum</em> is a command line utility for patching AGB images.</p> + </section> + + <h1 id="anchor.compatibility">compatibility</h1> + + <section> + <p><em>agbsum</em> is written in <em>C99</em> and uses makefiles as its build system. It has been tested to compile under <em>Clang</em>, <em>GCC</em>, and the <a href="https://bellard.org/tcc/"><em>Tiny C Compiler</em></a> (altough the latter may have problems with the standard library), as well as both <em>GNU Make</em> and <em>BSD Make</em>.</p> + <br> + <p>In theory, all UNIX-like systems (including older ones) should be supported. Please open a bug report if you experience otherwise.</p> + </section> + + <h1 id="anchor.bugReports">bug reports</h1> + + <section> + <p>Please write an e-mail to me (see footer) for bug reports.</p> </section> <!--#include virtual="/include/footer.shtml"--> |