Skip to content

Commit

Permalink
[readme] Revert part of 097824f
Browse files Browse the repository at this point in the history
  • Loading branch information
garbear committed Mar 23, 2015
1 parent 097824f commit 43067bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ cd build
Generate a build environment with config for debugging

```shell
cmake -DCMAKE_BUILD_TYPE=Debug \
cmake -DADDONS_TO_BUILD=peripheral.joystick \
-DCMAKE_BUILD_TYPE=Debug \
-DCMAKE_INSTALL_PREFIX=$HOME/workspace/xbmc/addons \
$HOME/workspace/xbmc/project/cmake/addons
```
Expand All @@ -26,6 +27,7 @@ It is also possible to generate Eclipse project files with cmake
```shell
cmake -G"Eclipse CDT4 - Unix Makefiles" \
-D_ECLIPSE_VERSION=4.4 \
-DADDONS_TO_BUILD=peripheral.joystick \
-DCMAKE_BUILD_TYPE=Debug \
-DCMAKE_INSTALL_PREFIX=$HOME/workspace/xbmc/addons \
$HOME/workspace/xbmc/project/cmake/addons
Expand Down

0 comments on commit 43067bb

Please sign in to comment.