Skip to content

Commit

Permalink
remove sdl requirement from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo committed Sep 30, 2023
1 parent 443b4d4 commit 394af46
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,12 @@ cmake --build .

## Examples

Examples for C and C++ are in the [src/examples](src/examples) folder. To build them, when running cmake as in [Compile from source](#compile-from-source), add the following variable:
Examples for C are in the [src/examples](src/examples) folder. To build them, when running cmake as in [Compile from source](#compile-from-source), add the following variable:

```shell script
cmake .. -DBUILD_EXAMPLES=1
```

You will need SDL2 available and CMake needs to be able to find it.

## Documentation

See [here](https://mobius3.github.io/naughty-buffers)

0 comments on commit 394af46

Please sign in to comment.