Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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")

Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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=`<celix installation folder\>` .. or: ccmake .. -DCELIX_DIR=`<celix installation folder>` to configure the project via the interactive menu. **Note that you have to specify the celix installation folder as absolute path!**
5. make all