Skip to content

Commit

Permalink
doc: small fixes
Browse files Browse the repository at this point in the history
see #1084
  • Loading branch information
Markus Raab committed Nov 12, 2016
1 parent ec00140 commit 3370229
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions README.md
Expand Up @@ -226,14 +226,11 @@ following commands to compile it:

* `mkdir -p build`
* `cd build`
* `cmake ..`
* `cmake ..` or `ccmake ..`
* `make`

Then you can use `sudo make install` to install it.

You can also use the [`./configure`](configure) command to generate a `cmake`
command with special options.

For more information, especially how to set CMake Cache, see [here](doc/COMPILE.md).
Make sure to read how to add plugins, tools and bindings.

Expand Down
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -61,7 +61,7 @@ echo " --includedir=<dir> : -DINCLUDE_INSTALL_DIR:PATH=<dir>"
echo " --libdir=<dir> : -DLIB_INSTALL_DIR:PATH=<dir>"
echo "Once CMake has run successfully, you can use \"make edit_cache\" to view and modify all settings."
echo ""
echo "To configure all parts on a debian system, see scripts/configure-debian"
echo "To configure all parts on a Debian system, see scripts/configure-debian"
echo ""
echo "Your current configure options translate more or less to:"
echo " mkdir -p $builddir; cd $builddir; cmake$CMAKEFLAGS $srcdir"
Expand Down

0 comments on commit 3370229

Please sign in to comment.