30 lines
626 B
Plaintext
30 lines
626 B
Plaintext
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.
|