Jebbs / DSFML-C

The back end for DSFML
4 stars 3 forks source link

Cannot install library #13

Closed blastrock closed 10 years ago

blastrock commented 10 years ago

In your cmake file, you have put

install(FILES license.txt DESTINATION ${INSTALL_MISC_DIR})

which does not exist, installation fails because of that.

EDIT: same for readme.txt actually

Jebbs commented 10 years ago

Whoops!

I tried doing a make install on OSX a while ago, and it seemed to work there, so I have no idea why it would fail for you. In any case, I'll either add the license and readme files to the repo or delete those lines. I'll have this fixed today.

Jebbs commented 10 years ago

Sorry for the wait. You should be able to install now.