Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
jstkdng committed Feb 18, 2023
1 parent 3e20ba4 commit dfadc28
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
set(CMAKE_BUILD_TYPE Debug)

project(ueberzugpp LANGUAGES CXX VERSION 1.7.0)
project(ueberzugpp LANGUAGES CXX VERSION 1.8.0)

find_package(nlohmann_json REQUIRED)
find_package(CLI11 REQUIRED)
Expand Down
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,15 @@ Advantages over w3mimgdisplay and ueberzug:

## Dependencies

1. opencv
2. libvips
3. xcb-util-image
4. nlohmann-json
5. cli11
6. libsixel
7. cmake
This project uses C++20 features so you must use a recent compiler.

- cmake <=3.18
- opencv
- libvips
- xcb-util-image
- nlohmann-json
- cli11
- libsixel

## Build instructions

Expand Down

0 comments on commit dfadc28

Please sign in to comment.