Corrected installation instructions

This commit is contained in:
Ilja Kartašov 2019-02-23 21:18:12 +01:00
parent 4b137d7c55
commit afcb5c28fb
1 changed files with 2 additions and 21 deletions

View File

@ -5,14 +5,12 @@ Asynchronous Internet Server Library
1. Add repository
```
cd ~
wget http://lowenware.com/rpm/redhat-7/lowenware.repo
sudo mv lowenware.repo /etc/yum.repos.d/
sudo curl -o /etc/yum.repos.d/lowenware.repo https://lowenware.com/rpm/redhat-7/lowenware.repo
```
2. Import GPG key
```
sudo rpm --import http://lowenware.com/rpm/RPM-GPG-KEY-Lowenware
sudo rpm --import https://lowenware.com/rpm/RPM-GPG-KEY-Lowenware
```
3. Install
@ -20,23 +18,6 @@ sudo rpm --import http://lowenware.com/rpm/RPM-GPG-KEY-Lowenware
sudo yum install aisl aisl-devel
```
## Installation on OpenSUSE Tumbleweed
1. Add repository
```
sudo zypper ar http://lowenware.com/rpm/opensuse-tumbleweed/lowenware.repo
```
2. Import GPG key
```
sudo rpm --import http://lowenware.com/rpm/RPM-GPG-KEY-Lowenware
```
3. Install
```
sudo zypper install aisl aisl-devel
```
## Installation from sources on any distro
1. Configuration