Asynchronous Internet Server Library
				https://lowenware.com/aisl/
			
			
		| 
				
					
						 | 
			||
|---|---|---|
| doc | ||
| examples | ||
| include/aisl | ||
| src | ||
| .gitignore | ||
| AUTHORS.md | ||
| LICENSE.md | ||
| Makefile | ||
| README.md | ||
| examples.mk | ||
| libaisl.pc.example | ||
| project.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