Mention OpenSUSE/Fedora package. Fixes #144

This commit is contained in:
Charlie Curtsinger 2019-11-21 10:35:15 -06:00 committed by GitHub
parent a20cc846d7
commit 8a81b3ccc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,11 +11,9 @@ There is a Java version of Coz for profiling Java programs called [JCoz](https:/
## Installation
To run Coz, you will need a Linux machine with kernel version 2.6.32 or later (it must support the `perf_event_open` system call) and a Python 3 interpreter. Coz is available as a Debian package. If you use a Debian-based distribution, you can install Coz with the line:
To run Coz, you will need a Linux machine with kernel version 2.6.32 or later (it must support the `perf_event_open` system call) and a Python interpreter.
```
$ sudo apt-get install coz-profiler
```
Coz is available in the `coz-profiler` package on Debian (and its derivatives), Fedora, and OpenSUSE. The Debian package is officially supported. The OpenSUSE package was prepared by user [@zethra](https://github.com/zethra) but is not part of our regular testing.
## Building Coz From Source
To build Coz from source, you will need: