summaryrefslogtreecommitdiff
path: root/html/agbsum.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/agbsum.html')
-rw-r--r--html/agbsum.html54
1 files changed, 0 insertions, 54 deletions
diff --git a/html/agbsum.html b/html/agbsum.html
deleted file mode 100644
index f409765..0000000
--- a/html/agbsum.html
+++ /dev/null
@@ -1,54 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="author" content="Gabriel Bjørnager Jensen">
- <meta name="darkreader-lock">
- <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">
-
- <link href="/favicon.ico" rel="icon" type="image/vnd.microsoft.icon">
- <link href="/apple-touch-icon.png" rel="apple-touch-icon" type="image/png">
- <title>agbsum | Achernar</title>
-
- <link href="/css/main.css" rel="stylesheet">
- <noscript>
- <link href="/css/noScript.css" rel="stylesheet">
- </noscript>
-
- <script src="/js/main.js" type="text/javascript"></script>
- </head>
-
- <body data-page="agbsum">
- <!--#include virtual="/include/header.shtml"-->
-
- <div id="page">
- <h1 id="anchor.about">agbsum</h1>
-
- <section>
- <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"-->
- </div>
- </body>
-
- <script type="text/javascript">
- Ach.init();
- </script>
-</html>