2024-08-13 15:16:05 +02:00
|
|
|
1. Clone this repo:
|
2024-09-12 19:55:33 +02:00
|
|
|
```
|
|
|
|
git clone https://git.m724.eu/Minecon724/enhancer
|
|
|
|
```
|
2024-08-13 15:16:05 +02:00
|
|
|
2. Open `main.c` and take a look at the settings, defaults are fine
|
|
|
|
3. Compile: (you must do this after every change of settings)
|
2024-09-12 19:55:33 +02:00
|
|
|
```
|
|
|
|
make
|
|
|
|
```
|
2024-08-13 15:16:05 +02:00
|
|
|
4. Done, you should see `enhancer` in the main directory
|
|
|
|
|
|
|
|
Usage:
|
|
|
|
```
|
|
|
|
./enhancer <input> <output>
|
|
|
|
```
|
|
|
|
|
|
|
|
To build a debug binary: (you don't need this unless you do)
|
|
|
|
```
|
|
|
|
make debug
|
|
|
|
```
|
|
|
|
|
2024-09-12 19:55:33 +02:00
|
|
|
Ignore warnings from `stb_image`
|