From 910dc1e8a1a021ee2a7d477295d73a35f6bf2580 Mon Sep 17 00:00:00 2001 From: Eloston Date: Sun, 26 Aug 2018 22:07:39 +0000 Subject: [PATCH] docs: Tweak Debian building instructions --- docs/building.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/building.md b/docs/building.md index ed846c72..66e3ae1e 100644 --- a/docs/building.md +++ b/docs/building.md @@ -65,8 +65,7 @@ cd build/src # If necessary, change the dependencies in debian/control to accomodate your environment. # If necessary, modify AR, NM, CC, and CXX variables in debian/rules debian/rules get-orig-source -cd .. -dpkg-source -b src +debuild -S -sa ``` (`PACKAGE_TYPE_HERE` is the same as above) @@ -234,7 +233,8 @@ TODO: Document all libraries and tools needed to build. For now, see the build d For Debian-based systems, these can be installed via apt: `# apt install clang-6.0 lld-6.0 llvm-6.0-dev python python3 ninja-build` -* Some systems, like Debian 9 (stretch), need their backports repo enabled. +* Some systems, like Debian 9 (stretch), need their backports repo enabled to get the LLVM tools. +* Alternatively to backports, the LLVM tools can be installed after adding [the LLVM APT repo](//apt.llvm.org/). ### Build a tar archive