Asynchronous Internet Server Library
https://lowenware.com/aisl/
Ilja Kartašov d87c7454b5 | ||
---|---|---|
include/aisl | ||
src | ||
.gitignore | ||
AUTHORS.md | ||
LICENSE.md | ||
README.md | ||
config.mk |
README.md
AISL
Asynchronous Internet Server Library
Installation on CentOS 7 / RedHat 7
- Add repository
sudo curl -o /etc/yum.repos.d/lowenware.repo https://lowenware.com/rpm/redhat-7/lowenware.repo
- Import GPG key
sudo rpm --import https://lowenware.com/rpm/RPM-GPG-KEY-Lowenware
- Install
sudo yum install aisl aisl-devel
Installation from sources on any distro
- Configuration
cmake -DCMAKE_INSTALL_PREFIX=/usr/local
- Compilation
make
- Installation
sudo make install