diff --git a/CMakeLists.txt b/CMakeLists.txt index a3a9ba2..3bfee22 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 2.8) -project(inaetics-demonstrator C) +project(inaetics-node-discovery C) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/") set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CELIX_DIR}/share/celix/cmake/modules") diff --git a/README.md b/README.md index 3176164..11742af 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ node-wiring =========== + +##Building + +1. Be sure to have installed cmake, apr, apr-util, zlib, curl and jansson libraries +2. Download, compile and install Celix (sources can be checked out from https://svn.apache.org/repos/asf/celix/trunk/. Building and configuring instructions are included.) +3. Create a build folder mkdir build && cd build +4. Start cmake with either: cmake -DCELIX_DIR=`` .. or: ccmake .. -DCELIX_DIR=`` to configure the project via the interactive menu. **Note that you have to specify the celix installation folder as absolute path!** +5. make all +