We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a96a43 commit 42b7e36Copy full SHA for 42b7e36
developers.adoc
@@ -117,7 +117,9 @@ https://www.scala-sbt.org/sbt-native-packager/formats/universal.html[SBT native
117
118
==== Building https://www.scala-sbt.org/sbt-native-packager/formats/debian.html[Debian package]
119
120
-. Install prerequisites: `sudo -i apt-get install dpkg dpkg-sig dpkg-dev lintian fakeroot`
+. 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`
123
. `sbt compilerJVM/debian:packageBin`
124
. Get result in `jvm/target/kaitai-struct-compiler_*_all.deb`
125
0 commit comments