Skip to content

Commit 5be4c15

Browse files
committed
Add missing install command to cmake config
Add link to AUR package
1 parent be81b8c commit 5be4c15

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ nmake
146146

147147
Precompiled Linux packages are available for
148148

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

151151
## Usage
152152

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

160160
### Command line options
161161

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

164164
The following command line options are available
165165

src/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,5 @@ endif()
113113
if (${UNIT_TEST})
114114
add_subdirectory(test)
115115
endif()
116+
117+
install(TARGETS geomandel DESTINATION bin)

0 commit comments

Comments
 (0)