How do I use a compiled binary for a C library on Linux?
I downloaded the libftp source from here, and compiled it using make. Now
I just have a binary called "ftp" in the same directory. Do I need to move
it to one of the root directories, like /usr/bin? Do I still need the
source files so that I can #include the library?
No comments:
Post a Comment