Skip to content

CodeCin523/lib_load

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lib Load

This repository contains personal tests to explore how dynamic libraries work.

Building the Project

To build the project, follow these steps:

  1. Open a terminal and navigate to the project directory.
  2. Run the following command to configure the project with CMake:
    cmake -S . -B _build
  3. Change to the build directory:
    cd _build
  4. Build the project:
    make

Note

  • The dynamic loading functionality using dlfcn.h is only available on Linux systems. Ensure you are using a compatible environment to utilize this feature.

  • These tests only works if you run them in their respective build directory, there is no path management done.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published