Skip to content

Commit

Permalink
small updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nshaheed committed Apr 16, 2024
1 parent e5c9b19 commit bb2822f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.26) # arbitrary cmake version
cmake_minimum_required(VERSION 3.22) # arbitrary cmake version

project(chump)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
The ChucK Manager of Packages

## Dependencies
`apt-get install libcurl4-openssl-dev`
`apt-get install libssl-dev libncurses5-dev libncursesw5-dev`

## Building & Testing

Expand Down

0 comments on commit bb2822f

Please sign in to comment.