ansilove

ANSI and ASCII art to PNG converter in C
Log | Files | Refs | README | LICENSE

commit 1887c64a5cc577b36aafff997bf116eadbffe2f8
parent 1f4759a5ac3aa58f8f0e9d3c1824cc3d363f259b
Author: Frederic Cambus <fred@statdns.com>
Date:   Mon, 15 Feb 2021 13:37:37 +0100

Mention experimental seccomp support availability in README.

Diffstat:
MREADME.md | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -30,6 +30,10 @@ Architecture for Universal Comment Extentions), 80x25 and 80x50 PC fonts This is a complete rewrite of [AnsiLove/PHP][1] in the C programming language. +Experimental seccomp support is available for selected architectures and +can be enabled by setting the `ENABLE_SECCOMP` variable to `1` when +invoking CMake. + # Specs AnsiLove/C is strictly using the `C99 standard` to achieve high