From: Michal Sojka Date: Tue, 20 Nov 2018 23:19:16 +0000 (+0100) Subject: README: Build only binary package X-Git-Tag: debian/2018.11-2~4 X-Git-Url: https://rtime.felk.cvut.cz/gitweb/hercules2020/hercules-compiler.git/commitdiff_plain/8f9c13819801d8051d32977db36e736c6745da7b?ds=sidebyside README: Build only binary package Building the source package takes ages on TX2 and is not needed for unofficial packages. --- diff --git a/README.md b/README.md index cb4eef1..3fcdb70 100644 --- 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