diff --git a/CMakeLists.txt b/CMakeLists.txt index ad72647..f39501d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -cmake_minimum_required (VERSION 2.8) +cmake_minimum_required (VERSION 2.8.12) project (CommonAPI-SomeIP) diff --git a/README.md b/README.md index 2aa5252..17f5e12 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ Use CMake to build the CommonAPI SOME/IP runtime library. We assume that your so ```bash $ cd common-api-someip-runtime $ mkdir build +$ cd build $ cmake -D USE_INSTALLED_COMMONAPI=ON -D CMAKE_INSTALL_PREFIX=/usr/local .. $ make $ make install