ronanboiteau / Philosophes

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:C 94.5%Language:Makefile 5.5%