소스 검색

Merge pull request #113 from mitar/patch-3

pkg-config is needed for compilation
Li Xun 7 년 전
부모
커밋
1095458916
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -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: