Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
diana:windows:building:image [2010-01-19 19:00:01] dages |
diana:windows:building:image [2022-05-31 09:29:31] (current) |
||
|---|---|---|---|
| Line 5: | Line 5: | ||
| ^ Package | ^ Package | ||
| | libpng | | libpng | ||
| - | | jpeg | http:// | + | | jpeg | http:// |
| | tiff | ftp:// | | tiff | ftp:// | ||
| - | |||
| Build them in the order in which they are listed in the table. | Build them in the order in which they are listed in the table. | ||
| - | |||
| - | **XXX** jpeg INT32 basetsd.h | ||
| In each case, after extracting, run the following commands: | In each case, after extracting, run the following commands: | ||
| - | $ LDFLAGS="-no-undefined" | + | $ LDFLAGS=-L/c/met.no/lib CPPFLAGS=-I/ |
| $ make all install | $ make all install | ||
| + | |||
| + | Copy the licenses: | ||
| + | |||
| + | //libpng// | ||
| + | |||
| + | $ cp LICENSE / | ||
| + | |||
| + | //jpeg// | ||
| + | |||
| + | $ cp README / | ||
| + | |||
| + | //tiff// | ||
| + | |||
| + | $ cp COPYRIGHT / | ||