aboutsummaryrefslogtreecommitdiffstats
path: root/minilibx-linux/=README=
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-04-24 19:34:31 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-04-24 19:34:31 +0200
commit172fc25127f57b6b405de41c02987ad8c3a40c95 (patch)
tree7a7153804f7f0e87f3bea96159563a8fab3af15a /minilibx-linux/=README=
parentFine (diff)
download42-cub3d-172fc25127f57b6b405de41c02987ad8c3a40c95.tar.gz
42-cub3d-172fc25127f57b6b405de41c02987ad8c3a40c95.tar.bz2
42-cub3d-172fc25127f57b6b405de41c02987ad8c3a40c95.tar.xz
42-cub3d-172fc25127f57b6b405de41c02987ad8c3a40c95.tar.zst
42-cub3d-172fc25127f57b6b405de41c02987ad8c3a40c95.zip
Libx update, click close should work
Diffstat (limited to 'minilibx-linux/=README=')
-rw-r--r--minilibx-linux/=README=41
1 files changed, 0 insertions, 41 deletions
diff --git a/minilibx-linux/=README= b/minilibx-linux/=README=
deleted file mode 100644
index 65d5429..0000000
--- a/minilibx-linux/=README=
+++ /dev/null
@@ -1,41 +0,0 @@
-
-This is the MinilibX, a simple X-Window (X11R6) programming API
-in C, designed for students, suitable for X-beginners.
-
-
-Contents
-
- - source code in C to create the mlx library
- - man pages (in man/ directory)
- - a test program (in test/ directory) is built
- with the library
- - a public include file mlx.h
- - a tiny configure script to generate an appropriate Makefile.gen
-
-
-Requirements
-
- - MinilibX only support TrueColor visual type (8,15,16,24 or 32 bits depth)
- - gcc
- - X11 include files
- - XShm extension must be present
-
-
-Compile MinilibX
-
- - run ./configure or make
- both will make a few tests, create Makefile.gen
- and then automatically run make on this generated Makefile.gen .
- libmlx.a and libmlx_$(HOSTTYPE).a are created.
- test/mlx-test binary is also created.
-
-
-Install MinilibX
-
- - no installation script is provided. You may want to install
- - libmlx.a and/or libmlx_$(HOSTTYPE).a in /usr/X11/lib or /usr/local/lib
- - mlx.h in /usr/X11/include or /usr/local/include
- - man/man3/mlx*.1 in /usr/X11/man/man3 or /usr/local/man/man3
-
-
- Olivier CROUZET - 2014-01-06 -