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 [2009-12-14 14:54:36] 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. | + | 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 / | ||