ttshivhula / minilibx

Minilibx for linux systems
21 stars 8 forks source link
epitech minilibx mlx olivier-crouzet silicon-valley

Minilibx

Build Status

This is a mirror of the minilibx library.

What is minilibx?

Minilibx is a very basic graphical library writting in C used in 42 (also exported in US in the Silicon Valley, see 42 US) and in Epitech for infography project such like fdf and Raytracer.

You can find a mirror to the native version for Mac OSX here.

Compile

  1. Add a variable named PKG_CONFIG_PATH containing the path to the minilibx directory.
  2. Compile and install with
    make && sudo make install

Tutorials

Here some tutorials and articles (in French):

Related projects

Licence

Licence BSD: Copyright Olivier Crouzet - 2014

Minilibx

Ce dépot est un mirroir pour la librairie graphique minilibx.

Qu'est-ce que minilibx ?

Minilibx est une librairie graphique très basique écrite en C utilisée à 42 (aussi exporté aux USA dans la Silicon Valley, voir 42 US) et à Epitech

Vous pouvez trouver un mirroir pour la version native pour Mac OSX ici.

Compiler

  1. Ajouter une variable PKG_CONFIG_PATH contenant le chemin vers le dossier de la minilibx.
  2. Compilation and installation avec
    make && sudo make install

Tutoriels

Ici des articles et des tutoriels (en français):

Projets connexes

License

License BSD: Copyright Olivier Crouzet - 2014

Original README

This is the MinilibX, a simple X-Window (X11R6) programming API in C, designed for students, suitable for X-beginners.

Contents

Requirements

Compile MinilibX

Install MinilibX