Skip to content

Commit 42b7e36

Browse files
committed
Developers memo: clarify how to build .deb package on RedHat host
1 parent 5a96a43 commit 42b7e36

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

developers.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,9 @@ https://www.scala-sbt.org/sbt-native-packager/formats/universal.html[SBT native
117117

118118
==== Building https://www.scala-sbt.org/sbt-native-packager/formats/debian.html[Debian package]
119119

120-
. Install prerequisites: `sudo -i apt-get install dpkg dpkg-sig dpkg-dev lintian fakeroot`
120+
. Install prerequisites:
121+
* On Debian/Ubuntu host: `sudo -i apt-get install dpkg dpkg-sig dpkg-dev lintian fakeroot`
122+
* On RedHat host: `sudo dnf install dpkg fakeroot`
121123
. `sbt compilerJVM/debian:packageBin`
122124
. Get result in `jvm/target/kaitai-struct-compiler_*_all.deb`
123125

0 commit comments

Comments
 (0)