534 B
534 B
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