Linux

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, and installation, arcfour, rc4 cipher,

[ad_2]

source

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button