a la norme et sans leaks, manque le parsing
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
[](https://github.com/42Paris/minilibx-linux/actions/workflows/ci.yml)
|
||||
|
||||
This is the MinilibX, a simple X-Window (X11R6) programming API
|
||||
in C, designed for students, suitable for X-beginners.
|
||||
@@ -12,8 +13,7 @@ Contents
|
||||
- a public include file mlx.h
|
||||
- a tiny configure script to generate an appropriate Makefile.gen
|
||||
|
||||
|
||||
Requirements
|
||||
Requirements for Linux
|
||||
|
||||
- MinilibX only support TrueColor visual type (8,15,16,24 or 32 bits depth)
|
||||
- gcc
|
||||
@@ -23,6 +23,18 @@ Requirements
|
||||
- Utility functions from BSD systems - development files (package libbsd-dev)
|
||||
- **e.g. _sudo apt-get install gcc make xorg libxext-dev libbsd-dev_ (Debian/Ubuntu)**
|
||||
|
||||
Requirements for MacOS
|
||||
- [Xquartz](https://www.xquartz.org/)
|
||||
|
||||
```bash
|
||||
➜ ~ Brew install Xquartz
|
||||
➜ ~ reboot
|
||||
➜ ~ xeyes # run an hello world X11 app
|
||||
```
|
||||
|
||||
MlX Color Opacity / Transparency / Alpha (32 bits depth)
|
||||
- 0xFF (fully transparent) or 0x00 (fully opaque)
|
||||
|
||||
Compile MinilibX
|
||||
|
||||
- run ./configure or make
|
||||
|
||||
Reference in New Issue
Block a user