]> rtime.felk.cvut.cz Git - hercules2020/hercules-compiler.git/commitdiff
README: Build only binary package
authorMichal Sojka <michal.sojka@cvut.cz>
Tue, 20 Nov 2018 23:19:16 +0000 (00:19 +0100)
committerMichal Sojka <michal.sojka@cvut.cz>
Tue, 20 Nov 2018 23:19:16 +0000 (00:19 +0100)
Building the source package takes ages on TX2 and is not needed for
unofficial packages.

README.md

index cb4eef1054f7a2dac1967a8e3b64bbc21f103ab6..3fcdb70e3c240967135f0559a453d153f6edf021 100644 (file)
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ A simple method to create a native Debian package is the following:
 
     apt install build-essential cmake ninja-build python3 gcc-5 g++-5
     make create-orig-tgz
-    dpkg-buildpackage -uc -us
+    dpkg-buildpackage -b -uc
 
 Note that gcc-5 may not be available in newer distributions such as
 Debian Stretch. It is possible to compile it from source. For example