Skip to content

Commit dab7c3a

Browse files
committed
updated repo info
1 parent b1e8050 commit dab7c3a

1 file changed

Lines changed: 17 additions & 16 deletions

File tree

README.md

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ For newer versions of Visual Studio we recommend to use MPIR library instead whi
3030

3131
### Linux
3232
1. Install GMP with the package manager. Also install all the necessary development tools (gcc, make or build-essential package on Debian).
33-
2. Run `cmake -G "Unix Makefiles" -B./build -H./`.
34-
3. `cd build && make && make install`.
33+
2. Run `cmake -G "Unix Makefiles" -B./build -H./`
34+
3. `cd build && make && make install`
3535

3636
## Building .deb and .rpm packages
3737
After invoking cmake, cd to build folder and generate them with `cpack -G "DEB"` and `cpack -G "RPM"`.
@@ -40,36 +40,37 @@ You can then use `gdebi` to do a local install of .deb with automatic dependency
4040
## Hosted Linux repositories
4141
DEB and RPM repositories are maintained with best effort.
4242

43-
### Debian 7 (amd64)
43+
### Debian 8 and 9 (amd64)
4444
1. To `/etc/apt/sources.list` add:
4545

46+
#### 9
4647
```
4748
#apt.xpam.pl
48-
deb [arch=amd64] https://apt.xpam.pl/ jessie main
49+
deb http://apt.xpam.pl/debian9/ bnetdocs-stretch main
50+
```
51+
#### 8
52+
```
53+
#apt.xpam.pl
54+
deb http://apt.xpam.pl/debian8/ bnetdocs-jessie main
4955
```
5056

5157
2. Add GPG key: `wget -qO - https://apt.xpam.pl/xpam.pl-pubkey.asc | sudo apt-key add -`
5258
3. Update and install: `sudo apt-get update && sudo apt-get install bncsutil`
5359

54-
### Recent Fedora releases
55-
```
56-
dnf config-manager --add-repo https://rpm.xpam.pl
57-
rpm --import https://rpm.xpam.pl/rpm-pubkey.asc`
58-
dnf install bncsutil
59-
```
60+
6061
### Centos 7
6162
```
62-
yum install yum-utils
63+
yum -y install yum-utils
6364
yum-config-manager --add-repo https://centos7.rpm.xpam.pl
6465
yum-config-manager --enable https://centos7.rpm.xpam.pl
65-
rpm --import https://centos7.rpm.xpam.pl/rpm-pubkey.asc
66-
yum install bncsutil
66+
rpm --import https://centos7.rpm.xpam.pl/xpam.pl-pubkey.asc
67+
yum -y install bncsutil
6768
```
6869
### Centos 6
6970
```
70-
yum install yum-utils
71+
yum -y install yum-utils
7172
yum-config-manager --add-repo https://centos6.rpm.xpam.pl
7273
yum-config-manager --enable https://centos6.rpm.xpam.pl
73-
rpm --import https://centos6.rpm.xpam.pl/rpm-pubkey.asc
74-
yum install bncsutil
74+
rpm --import https://centos6.rpm.xpam.pl/xpam.pl-pubkey.asc
75+
yum -y install bncsutil
7576
```

0 commit comments

Comments
 (0)