make install

  • How to Install your own C library

    In this video we will learn how to utilize Makefiles to install a library. In our case, the lib-arcfour.so that we coded in a recent episode. We also learn the standard (and best) way of linking .so files while compiling your codebase. It’s as easy as one flag: -l (lowercase letter L). Hash tags #linux, #unix, #posix, #Makefile, #dr-Jonas-Birch #librarydev,…

    Read More »
Back to top button