yait

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 725f0dbd0829b2db3f15b683160f46b98673eb29
parent 6a13171bf1b3f231c6a82b3dc569b096837810df
Author: vx-clutch <[email protected]>
Date:   Thu, 11 Sep 2025 21:59:17 -0400

[WIP]

Diffstat:
AINSTALL | 21+++++++++++++++++++++
MTODO | 1-
2 files changed, 21 insertions(+), 1 deletion(-)

diff --git a/INSTALL b/INSTALL @@ -0,0 +1,21 @@ +Installation Instructions +************************* + +Copyright (C) 2025 VX. + + Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. This file is offered as-is, +without warranty of any kind. + +Basic Installation +================== + + Briefly, the shell command `./configure && make && make install` should +configure, build, and install this package. The following more-detailed +instruction are generic; see the `README` file for instructions specific to +this package. + + The `configure` shell script attempts to guess correct values for +various system-dependent variables used during compilation. It uses +those values within a `Makefile` in diff --git a/TODO b/TODO @@ -3,7 +3,6 @@ VX yait - TODO Todo: * Polish for 1.0 - * Document build systems * Implement the extra options * Document the extra options * Rewrite README [README]