/Philosophes

{EPITECH.} A multi-threaded program in C that solves the dining philosophers problem.

Primary LanguageC

Philosophes

{EPITECH.} second year project.

C program that uses threads to solves the dining philosophers problem.

Requirements

Compilation

Navigate to the root of the repository from your Terminal and run make to build the philo executable file.

Running the program

To run the project, execute those commands from the root of the repository:

LD_LIBRARY_PATH=$(pwd)
LD_PRELOAD=./libriceferee.so ./philo