cs50 / libcs50

This is CS50's Library for C.
https://cs50.readthedocs.io/libraries/cs50/c/
GNU General Public License v3.0
1.74k stars 853 forks source link

Recipe for target "" failed #141

Closed devlwkyan closed 5 years ago

devlwkyan commented 5 years ago

I can compile it successfully, however when I try to run it, I have the following output:

image

I've installed it through Ubuntu apt and I'm using Clion IDE.

I'd tried installing it manually (including using 'DESTDIR'=/usr/local/), however I've got the same error. I'm using POP_os, which is based on Ubuntu 18.04 LTS

dmalan commented 5 years ago

Looks like you'll need to configure CLion to link against libcs50. Not familiar with the process personally, but perhaps one of the below will help?