Skip to content

Commit 5ceda8b

Browse files
author
Gerhard Stein
committed
Updated Readme file
1 parent 5588b85 commit 5ceda8b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,22 @@ Development pattern for contributors
5252
Platform specific notes
5353
-----------------------
5454

55+
### Fedora 41 (and later)
56+
57+
In order to build it on Fedora 41 using the libraries that are provided by the distro, you need to install the development libraries and dependencies with
58+
59+
```
60+
sudo dnf install lapack-devel openfst-devel
61+
```
62+
63+
then build the package as follows:
64+
65+
```
66+
cmake -S ./ -Bbuild/Release -DFETCHCONTENT_FULLY_DISCONNECTED=ON -DBuildForFedora=ON
67+
cmake --build /home/gerhard/workspace/kaldi/build/Release
68+
```
69+
70+
5571
### PowerPC 64bits little-endian (ppc64le)
5672

5773
- Kaldi is expected to work out of the box in RHEL >= 7 and Ubuntu >= 16.04 with

0 commit comments

Comments
 (0)