Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
diana:windows:building:image [2009-11-13 11:32:18] dages created |
diana:windows:building:image [2022-05-31 09:29:31] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Building | + | ====== Building |
| - | ===== libtiff ===== | + | Download and extract the correct versions of zlib, libpng, jpeg and tiff: |
| - | TBD | + | ^ Package |
| + | | libpng | ||
| + | | jpeg | http:// | ||
| + | | tiff | ftp:// | ||
| - | ===== libjpeg ===== | + | Build them in the order in which they are listed in the table. |
| - | TBD | + | In each case, after extracting, run the following commands: |
| - | ===== linpng ===== | + | $ LDFLAGS=-L/ |
| + | $ make all install | ||
| - | TBD | + | Copy the licenses: |
| + | |||
| + | // | ||
| + | |||
| + | $ cp LICENSE / | ||
| + | |||
| + | //jpeg// | ||
| + | |||
| + | $ cp README / | ||
| + | |||
| + | //tiff// | ||
| + | |||
| + | $ cp COPYRIGHT / | ||