commit 0b7359e79c75ac661ef3842300c9c41aa15dc384 Author: Konstantinos Margaritis Date: Sun Nov 19 18:54:04 2023 +0200 Initial Home page 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