Asynchronous Internet Server Library
https://lowenware.com/aisl/
Ilja Kartašov 2d67fdd5fb | ||
---|---|---|
cStuff@a423fa7a6d | ||
include/aisl | ||
library | ||
.gitignore | ||
.gitmodules | ||
AUTHORS.md | ||
CHANGELOG | ||
CMakeLists.txt | ||
LICENSE.md | ||
README.md | ||
aisl.proj | ||
cmake.compiler | ||
cmake.paths | ||
cmake.system | ||
cmake.version | ||
project.sh | ||
version |
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