Skip to content

Commit

Permalink
downgrade needed c++ to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronliu0130 committed Feb 1, 2024
1 parent 90f1642 commit c576688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The shell will expand wildcards. By default, thumbnails and file names will be d
### All platforms: Build from source

Our makefile currently only supports `g++`. It should be possible to compile `tiv` manually using any of your favorite compilers that support C++20 and Unix headers (`ioctl.h`, specifically) or `windows.h`. PRs are welcome.
Our makefile currently only supports `g++`. It should be possible to compile `tiv` manually using any of your favorite compilers that support C++17 and Unix headers (`ioctl.h` and `sysexits.h`, specifically) or `windows.h`. PRs are welcome.

```sh
git clone https://github.com/stefanhaustein/TerminalImageViewer.git
Expand Down

0 comments on commit c576688

Please sign in to comment.