mirror of
https://github.com/SELinuxProject/setools
synced 2025-02-21 06:27:02 +00:00
Merge pull request #175 from fishilico/document_build_ext
Document that build_ext needs to be run before build
This commit is contained in:
commit
7e6126d026
@ -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_ext
|
||||
$ python setup.py build
|
||||
$ python setup.py install
|
||||
```
|
||||
@ -104,6 +105,7 @@ set the SEPOL_SRC environmental variable to the path to the root of
|
||||
libsepol source tree:
|
||||
```
|
||||
$ export SEPOL_SRC=/home/user/src/selinux/libsepol
|
||||
$ python setup.py build_ext
|
||||
$ python setup.py build
|
||||
$ python setup.py install
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user