How to Install your own C library

Sdílet
Vložit
  • čas přidán 29. 08. 2024
  • 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,

Komentáře • 4

  • @johnpapa8554
    @johnpapa8554 Před 3 měsíci

    Thank you for teaching us 🤝

    • @dr-Jonas-Birch
      @dr-Jonas-Birch  Před 3 měsíci +1

      Any time John. Don't miss out of my first livestream this friday 19:00 CEST. jb

  • @pranaypallavtripathi2460
    @pranaypallavtripathi2460 Před 3 měsíci +1

    Are you planning for an advanced tutorial on make command and makefiles? I think it would be very helpful since most tutorials on youtube which I saw were quite basic.