Asynchronous Internet Server Library
https://lowenware.com/aisl/
Ilja Kartašov 4b137d7c55 | ||
---|---|---|
cStuff@a423fa7a6d | ||
include/aisl | ||
library | ||
.gitignore | ||
.gitmodules | ||
AUTHORS | ||
CHANGELOG | ||
CMakeLists.txt | ||
LICENSE | ||
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
cd ~
wget http://lowenware.com/rpm/redhat-7/lowenware.repo
sudo mv lowenware.repo /etc/yum.repos.d/
- Import GPG key
sudo rpm --import http://lowenware.com/rpm/RPM-GPG-KEY-Lowenware
- Install
sudo yum install aisl aisl-devel
Installation on OpenSUSE Tumbleweed
- Add repository
sudo zypper ar http://lowenware.com/rpm/opensuse-tumbleweed/lowenware.repo
- Import GPG key
sudo rpm --import http://lowenware.com/rpm/RPM-GPG-KEY-Lowenware
- Install
sudo zypper install aisl aisl-devel
Installation from sources on any distro
- Configuration
cmake -DCMAKE_INSTALL_PREFIX=/usr/local
- Compilation
make
- Installation
sudo make install