# Install stb\_image.h

1. Download stb\_image.h from <https://github.com/nothings/stb/blob/master/stb_image.h>
2. Create a stb directory in your include directory
3. Save stb\_image.h to your stb/stb\_image.h
4. In Mesh.cpp, in the header files section, add

```cpp
#define STB_IMAGE_IMPLEMENTATION
#include <stb/stb_image.h>
```

<figure><img src="https://3464970502-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3JUKGJZ67JX02QZdPhsy%2Fuploads%2FDlvEOF3sOYFBhYZZOPeq%2F716ac0eb-095f-41e8-ab0f-571321c74ab4.png?alt=media&#x26;token=db2ab626-6857-4072-b51f-10e709b33dde" alt=""><figcaption></figcaption></figure>
