From 0b7359e79c75ac661ef3842300c9c41aa15dc384 Mon Sep 17 00:00:00 2001 From: Konstantinos Margaritis Date: Sun, 19 Nov 2023 18:54:04 +0200 Subject: [PATCH] Initial Home page --- Vectorscan.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 Vectorscan.md diff --git a/Vectorscan.md b/Vectorscan.md new file mode 100644 index 0000000..0707256 --- /dev/null +++ b/Vectorscan.md @@ -0,0 +1,33 @@ +Welcome to the Vectorscan wiki! + +# Installation + +## Debian/Ubuntu + +On recent Debian/Ubuntu systems, vectorscan should be directly available for installation: + +``` +$ sudo apt install libvectorscan5 +``` + +Or to install the devel package you can install `libvectorscan-dev` package: + +``` +$ sudo apt install libvectorscan-dev +``` + +## Fedora + +TBD + +## Suse + +TBD + +## Alpine + +TBD + +## MacOS X (Apple M1/M2/M3 CPUs only!) + +TBD \ No newline at end of file