Added linux compile infos
This commit is contained in:
parent
55db3d0bac
commit
423ca19144
19
README.md
19
README.md
@ -16,10 +16,27 @@ The latest precompiled Win32 binary of this program can be downloaded here:
|
||||
Previous versions:
|
||||
[img2tim_(v0.60).zip](http://lameguy64.github.io/img2tim/img2tim_(v0.60).zip)
|
||||
|
||||
## Compile in Linux
|
||||
|
||||
You must install `libfreeimage-dev` for debian derivatives;
|
||||
```bash
|
||||
sudo apt-get install libfreeimage-dev
|
||||
```
|
||||
or `freeimage` for arch derivatives ;
|
||||
```bash
|
||||
sudo pacman -S freeimage
|
||||
```
|
||||
then :
|
||||
```bash
|
||||
git clone https://github.com/ABelliqueux/img2tim.git
|
||||
cd img2tim
|
||||
make all
|
||||
```
|
||||
|
||||
## Changelog
|
||||
**Version 0.75**
|
||||
* Fixed a bug where a false error message is thrown when converting 4-bit images with -bpp 4.
|
||||
* Fixed a pixel order bug when converting images from either RGB or 4-bit depth to 4-bit color depth.
|
||||
|
||||
**Version 0.60**
|
||||
* Initial release.
|
||||
* Initial release.
|
||||
|
Loading…
Reference in New Issue
Block a user