how can i configure my codelite ide to use the c library and the sfml library?

This complete solution is described within Windows but this also works in Linux

1) Downloads on SFML Website (Download section) :

https://www.sfml-dev.org/download/sfml/2.5.1/

  • The needed compiler
  • The corresponding SFML libraries

enter image description here

Pay attention to :

  1. The compiler name (here MinGW)
  2. The compiler version (here 7.3.0)
  3. The compiler target environment (here 32 bits)

The compiler and the version of SFML have to match 100%!!!

CLICK HERE to find out more related problems solutions.

Leave a Comment

Your email address will not be published.

Scroll to Top