feat: autotools (#10)

* start configure

* ignore some files

* wip configure

* working configure

* working with dev tools

* rename automake -> release

* update readme

* update Makefile.dev
This commit is contained in:
2025-06-05 15:06:06 +02:00
committed by GitHub
parent d63f3f5023
commit 7626f99e32
10 changed files with 5625 additions and 32 deletions
+3 -8
View File
@@ -10,13 +10,12 @@ Written in pure C without librairies.
## Install
You only need **gcc** and **make**.
```bash
git clone https://github.com/klemek/margen
cd margen
make clean build install
# margen is now installed in ~/.local/bin
./configure
make
make install
```
## CLI arguments
@@ -41,7 +40,3 @@ options:
-r, --rotation start corner rotation [0-3] (default: random)
-m, --monochrome grayscale generation
```
## TODO
- configure, make, make install