From d0288fa86117646c75306a663abb19aae9464eb1 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Sun, 20 Nov 2016 09:49:59 -0500 Subject: [PATCH] README.md: Add an explicit build command to the install instructions. If you switch between branches, the qpol C extension may not be rebuilt correctly otherwise, causing breakage. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b029a2f..92936ca 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,7 @@ of the SETools soures, perform the following: Unpack the official distribution or check out the git repository, and perform the following at the root: ``` + $ python setup.py build $ python setup.py install ``` This will put the applications in /usr/bin, data files in /usr/share/setools,