mirror of
https://github.com/SELinuxProject/setools
synced 2025-04-01 00:06:19 +00:00
Update README.
This commit is contained in:
parent
448305f2ef
commit
dff4b61d6e
18
README
18
README
@ -31,10 +31,10 @@ KNOWN-BUGS file prior to reporting bugs.
|
|||||||
---------------
|
---------------
|
||||||
|
|
||||||
SETools uses the Python setuptools build system to build, and install.
|
SETools uses the Python setuptools build system to build, and install.
|
||||||
As such it contains a setup.py script that will install the setools.
|
As such it contains a setup.py script that will install the tools.
|
||||||
|
|
||||||
SETools requires the following development packages for building:
|
SETools requires the following development packages for building:
|
||||||
Python 2.7
|
Python 2.7 or 3.3
|
||||||
setuptools
|
setuptools
|
||||||
gcc
|
gcc
|
||||||
bison
|
bison
|
||||||
@ -47,7 +47,7 @@ To build SETools' graphical tools, the following packages are required:
|
|||||||
TBD
|
TBD
|
||||||
|
|
||||||
To run SETools, the following packages are required:
|
To run SETools, the following packages are required:
|
||||||
Python 2.7
|
Python 2.7 or 3.3
|
||||||
NetworkX
|
NetworkX
|
||||||
setuptools
|
setuptools
|
||||||
libselinux
|
libselinux
|
||||||
@ -131,14 +131,16 @@ maintain API stability.
|
|||||||
4. Obtaining SETools
|
4. Obtaining SETools
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
Official releases of SETools may be freely downloaded from TBD.
|
Official releases of SETools may be freely downloaded from:
|
||||||
|
|
||||||
SETools source code is maintained within a github repository.
|
https://github.com/TresysTechnology/setools/releases
|
||||||
|
|
||||||
|
SETools source code is maintained within a GitHub repository.
|
||||||
From the command line do:
|
From the command line do:
|
||||||
|
|
||||||
$ git clone https://github.com/TresysTechnology/setools.git
|
$ git clone https://github.com/TresysTechnology/setools.git
|
||||||
|
|
||||||
You may also browse the github repository at
|
You may also browse the GitHub repository at
|
||||||
https://github.com/TresysTechnology/setools.
|
https://github.com/TresysTechnology/setools.
|
||||||
|
|
||||||
SETools included in most Linux distributions which enable
|
SETools included in most Linux distributions which enable
|
||||||
@ -149,7 +151,9 @@ and Debian.
|
|||||||
5. Reporting bugs
|
5. Reporting bugs
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
TBD
|
Bugs can be reported in the SETools GitHub issues tracker:
|
||||||
|
|
||||||
|
https://github.com/TresysTechnology/setools/issues
|
||||||
|
|
||||||
|
|
||||||
6. Copyright license
|
6. Copyright license
|
||||||
|
Loading…
Reference in New Issue
Block a user