Skip to content

Commit

Permalink
Add missing install command to cmake config
Browse files Browse the repository at this point in the history
Add link to AUR package
  • Loading branch information
crapp committed Jun 5, 2016
1 parent be81b8c commit 5be4c15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ nmake

Precompiled Linux packages are available for

* Archlinux (AUR)
* Archlinux [![Archlinux AUR Version](https://img.shields.io/aur/version/geomandel.svg)](https://aur.archlinux.org/packages/geomandel)

## Usage

Expand All @@ -159,7 +159,7 @@ test your own visualization algorithms.

### Command line options

geomandel uses the header only c++ command line parser [cxxopts](https://github.com/jarro2783)
geomandel uses the header only C++ command line parser [cxxopts](https://github.com/jarro2783)

The following command line options are available

Expand Down
2 changes: 2 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,5 @@ endif()
if (${UNIT_TEST})
add_subdirectory(test)
endif()

install(TARGETS geomandel DESTINATION bin)

0 comments on commit 5be4c15

Please sign in to comment.