Skip to content

Commit

Permalink
add mkdir build in turtle readme before make
Browse files Browse the repository at this point in the history
  • Loading branch information
KaisenAmin committed Aug 25, 2024
1 parent 0b15461 commit e077b75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions turtle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ To use this library, you need to have the `raylib` library installed. Follow the
To ensure `raylib` is compiled with position-independent code, follow these steps:

```bash
mkdir build
cd ~/Desktop/raylib/build
make clean
cmake .. -DCMAKE_C_FLAGS="-fPIC" -DCMAKE_BUILD_TYPE=Release
Expand Down

0 comments on commit e077b75

Please sign in to comment.