Skip to content

Commit

Permalink
pkg-config is needed for compilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitar committed Jun 6, 2017
1 parent 02b7d49 commit d6acac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ Install Intel(R) SGX PSW
Download source code from [dynamic-application-loader-host-interface](https://github.com/01org/dynamic-application-loader-host-interface) project. In the source code folder build and install JHI service using the following commands:
* On Ubuntu 16.04:
```
$ sudo apt-get install uuid-dev libxml2-dev cmake
$ sudo apt-get install uuid-dev libxml2-dev cmake pkg-config
$ cmake .;make;sudo make install;sudo systemctl enable jhi
```
* On Red Hat Enterprise Linux 7.2 and CentOS 7.3:
Expand Down

0 comments on commit d6acac1

Please sign in to comment.