All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] CONTRIBUTING.md: Drop dependency and build instructions
@ 2025-01-13 21:38 Daniel Burgener
  2025-01-15 15:37 ` James Carter
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Burgener @ 2025-01-13 21:38 UTC (permalink / raw)
  To: selinux

They are redundant with README.md, and haven't been kept up to date.
For example, the CONTRIBUTING.md dependencies are missing the xmlto
dependency.  Rather than try to maintain this information in two places,
just refer contributors to the README and keep the CONTRIBUTING doc
focused on high level process.

Signed-off-by: Daniel Burgener <dburgener@linux.microsoft.com>
---
 CONTRIBUTING.md | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 7c548e58..e6a677a0 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -23,14 +23,7 @@ using a custom policy please include it as well.
 
 ## Compiling
 
-There are a number of dependencies required to build the userspace
-tools/libraries. On a Fedora system you can install them with yum:
-
-    # yum install audit-libs-devel bison bzip2-devel dbus-devel dbus-glib-devel flex flex-devel flex-static glib2-devel libcap-devel libcap-ng-devel pam-devel pcre2-devel python-devel setools-devel swig ustr-devel
-
-The tools and libraries can be built and installed under a private directory from the top level with make, e.g.
-
-    $ make DESTDIR=~/obj install install-pywrap
+See README.md for instructions on how to compile and test this project.
 
 ## Contributing Code
 
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-01-16 16:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-13 21:38 [PATCH] CONTRIBUTING.md: Drop dependency and build instructions Daniel Burgener
2025-01-15 15:37 ` James Carter
2025-01-16 16:05   ` Petr Lautrbach

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.