## Add cs50 library in Codeblocks
Add library to the compiler:
  1. Right click on the project
  2. Click on the "Build options"
  3. Click on "Search Directory"
  4. Click on "Compiler"
  5. Add the library folder path
Add library header files and source file to your project:
  1. Right click on the project
  2. Click "Add files recursively"
  3. Add the library
And everything works.
 

Similar Threads

Replies
0
Views
23
Replies
0
Views
447
Replies
0
Views
89
Replies
0
Views
229
Replies
0
Views
233
TAGs: Tags
codeblocks cs50
Back
Top