Skip to content

Commit

Permalink
Change to clarify tools needed for autogen
Browse files Browse the repository at this point in the history
  • Loading branch information
Katarina Jankov committed Jun 9, 2017
1 parent cd51c51 commit 25eb001
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,14 @@ cd openscap-${version}
**OR**

1b) Get fresh sources from git repository and run ./autogen.sh

The autoconf, automake, and libtool tools are required to be installed on your system.

```
git clone https://github.com/OpenSCAP/openscap.git
cd openscap
./autogen.sh
```
The autoconf, automake, and libtool tools are required to be installed on your system.

2) Run the following commands to build the library:
```
Expand Down

0 comments on commit 25eb001

Please sign in to comment.