remove configure for dev
This commit is contained in:
@@ -18,3 +18,4 @@ configure~
|
|||||||
config.status
|
config.status
|
||||||
margen
|
margen
|
||||||
*.tar.gz
|
*.tar.gz
|
||||||
|
configure
|
||||||
@@ -27,6 +27,9 @@ make install
|
|||||||
```bash
|
```bash
|
||||||
git clone https://github.com/klemek/margen
|
git clone https://github.com/klemek/margen
|
||||||
cd margen
|
cd margen
|
||||||
|
aclocal
|
||||||
|
autoconf
|
||||||
|
automake --add-missing
|
||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
|||||||
Reference in New Issue
Block a user