From be749aadef8f170ec4b2be1022ebeaa3f663c0fc Mon Sep 17 00:00:00 2001 From: vx_clutch <98831688+vx-clutch@users.noreply.github.com> Date: Fri, 12 Sep 2025 12:10:39 -0400 Subject: [PATCH] Delete README-install --- README-install | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 README-install diff --git a/README-install b/README-install deleted file mode 100644 index 010a535..0000000 --- a/README-install +++ /dev/null @@ -1,29 +0,0 @@ -This README.install file describes the installation process - - 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. - -Prerequisites -------------- - - * POSIX system - - * C23 GNU flag compiler - - * GNU make - - * Git - - -See INSTALL for general install information - - -C23 ---- - -This distribution uses strict POSIX C23 compliance. This is done to ensure -portability, C23's benefits, predictable behavior, no compiler extensions, -maintainability, future-proofing, and explicit contract.