Skip to content

Commit

Permalink
Merge pull request #559 from kenrap/add-freebsd-to-list
Browse files Browse the repository at this point in the history
Add FreeBSD to installation list
  • Loading branch information
easymodo authored Jul 27, 2024
2 parents d491927 + 650d890 commit 5dc2978
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,14 @@ xbps-install -S qimgv
apk add qimgv
```

## BSD

### FreeBSD

```
pkg install qimgv
```

This list may be incomplete.

## Compiling from source
Expand Down
2 changes: 1 addition & 1 deletion qimgv/components/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if(APPLE)
# directorymanager/watchers/linux/linuxfsevent.cpp
# directorymanager/watchers/linux/linuxwatcher.cpp
# directorymanager/watchers/linux/linuxworker.cpp)
elseif(UNIX AND NOT (CMAKE_SYSTEM_NAME MATCHES ^FreeBSD$))
elseif(UNIX)
target_sources(qimgv PRIVATE
directorymanager/watchers/linux/linuxfsevent.cpp
directorymanager/watchers/linux/linuxwatcher.cpp
Expand Down

0 comments on commit 5dc2978

Please # to comment.