Skip to content

Commit 4f969d6

Browse files
committed
Updated readme for 32bit rpms and builds
1 parent b935cc5 commit 4f969d6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Add `bncsutil.h` to your include directory and link against `bncsutil.lib` or `l
1313

1414
## Building
1515
CMake is used to generate platform specific build files. The only external dependency is GMP (The GNU Multiple Precision Arithmetic Library ).
16-
It can be installed with a package manager from any major Linux distro. Debian example: `sudo apt-get install libgmp10`.
16+
It can be installed with a package manager from any major Linux distro. Debian example: `sudo apt-get install libgmp10`. To force a specific build (32bit or 64bit) build add -DBUILD_32 or -DBUILD_64 to CMake flags.
1717

1818
### Windows
1919

@@ -64,5 +64,5 @@ DEB and RPM repositories are maintained with best effort.
6464
2. If using dnf, make sure to import the public key: `rpm --import https://rpm.xpam.pl/stormlib-pubkey.asc`
6565
3. Update and install: `yum update && yum install stormlib` or dnf equivalent.
6666
67-
### Fedora/CentOS (x86)
68-
TBD
67+
### Fedora/CentOS (i686)
68+
`sudo dnf install bncsutil.i686`

0 commit comments

Comments
 (0)