Skip to content

Commit

Permalink
Merge pull request #138 from eam/eam-readme
Browse files Browse the repository at this point in the history
readme fix: glfw build example on linux
  • Loading branch information
floooh committed Mar 29, 2024
2 parents b8501e8 + 3c6f902 commit 2a74ef5
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 @@ -398,7 +398,7 @@ To build one of the GLFW samples on Linux:

```sh
> cd sokol-samples/glfw
> cc cube-glfw.c flextgl/flextGL.c -o cube-glfw -I../../sokol -lGL -ldl -lm -lglfw3
> cc cube-glfw.c glfw_glue.c flextgl/flextGL.c -o cube-glfw -I../../sokol -lGL -ldl -lm -lglfw3
```

To build one of the sokol-app samples on Linux:
Expand Down

0 comments on commit 2a74ef5

Please sign in to comment.