Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fredyw committed Dec 3, 2014
1 parent 50d4a74 commit b507a27
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ How to build
------------
cpp-iniparser uses CMake build system (http://www.cmake.org/).

# Linux:
./build.sh

# Windows:
./build.bat

Examples
--------
__input.properties__
Expand Down
1 change: 1 addition & 0 deletions eclipse_build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash

# CMake Eclipse generator doesn't really work with out-of-source build
if [[ $1 == "--clean" ]]; then
rm -rf .project
rm -rf .cproject
Expand Down

0 comments on commit b507a27

Please sign in to comment.