14 lines
275 B
Markdown
14 lines
275 B
Markdown
This is a copy of the source code for a2png2gif hosted on sourceforge.
|
|
|
|
You can find the original [readme.txt here](./readme.txt).
|
|
|
|
## Building
|
|
|
|
### Fedora
|
|
|
|
1. Install dependencies
|
|
`sudo dnf install make gcc g++`
|
|
|
|
1. Build `make`
|
|
|
|
You will find the binary file 'a2png2gif'
|