Skip to content

Commit 5c19089

Browse files
dburgenerbachradsusi
authored andcommitted
CONTRIBUTING.md: Drop dependency and build instructions
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 <[email protected]> Acked-by: James Carter <[email protected]>
1 parent c213dca commit 5c19089

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,7 @@ using a custom policy please include it as well.
2323

2424
## Compiling
2525

26-
There are a number of dependencies required to build the userspace
27-
tools/libraries. On a Fedora system you can install them with yum:
28-
29-
# 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
30-
31-
The tools and libraries can be built and installed under a private directory from the top level with make, e.g.
32-
33-
$ make DESTDIR=~/obj install install-pywrap
26+
See README.md for instructions on how to compile and test this project.
3427

3528
## Contributing Code
3629

0 commit comments

Comments
 (0)