From 91642adfe5961798e9aa26de2a1bf8d54584efac Mon Sep 17 00:00:00 2001 From: Pavel Kirienko Date: Wed, 10 Jun 2015 15:37:38 +0300 Subject: [PATCH] README fix --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 531f144835..bf00737f61 100644 --- a/README.md +++ b/README.md @@ -61,13 +61,13 @@ Contributors, please follow the [Zubax Style Guide](https://github.com/Zubax/zub An Eclipse project can be generated like that: ```bash -cmake ../../uavcan -G"Eclipse CDT4 - Unix Makefiles" \ - -DCMAKE_ECLIPSE_VERSION=4.3 \ - -DCMAKE_BUILD_TYPE=Debug \ - -DCMAKE_CXX_COMPILER_ARG1=-std=c++11 +cmake ../../libuavcan -G"Eclipse CDT4 - Unix Makefiles" \ + -DCMAKE_ECLIPSE_VERSION=4.3 \ + -DCMAKE_BUILD_TYPE=Debug \ + -DCMAKE_CXX_COMPILER_ARG1=-std=c++11 ``` -Path `../../uavcan` in the command above points at the directory where the top-level `CMakeLists.txt` is located; +Path `../../libuavcan` in the command above points at the directory where the top-level `CMakeLists.txt` is located; you may need to adjust this per your environment. Note that the directory where Eclipse project is generated must not be a descendant of the source directory.