<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
To include MrSID support in qgis when using Slackware 13, you must
build gdal from source and include the LizardTech sdk by adding this
line to your gdal 'configure' command:<br>
<br>
--with-mrsid=/path_to_sdk<br>
<br>
in my case:<br>
<br>
./configure --with-mrsid=/home/hammack/downloads/Geo_DSDK-7.0.0.2167 <br>
<br>
Do a 'make' and 'make install' as usual.<br>
<br>
At this point typing 'gdal --formats' should give you a list of
supported formats which includes:<br>
<br>
  MrSID (ro): Multi-resolution Seamless Image Database (MrSID)<br>
  JP2MrSID (ro): MrSID JPEG2000<br>
<br>
If this looks okay, rebuild qgis from source and you're finished.<br>
<br>
To obtain the LizardTech sdk, go to     <font
 face="Helvetica, Arial, sans-serif"><span class="ul-threaded"
 style="margin: 0.5em 0pt 0pt -20px;"><span class="text-cell"><a class="moz-txt-link-freetext" href="http://www.lizardtech.com/developer">http://www.lizardtech.com/developer</a>
(registration is necessary) and download      </span></span></font><span
 class="ul-threaded" style="margin: 0.5em 0pt 0pt -20px;"><span
 class="text-cell"><br>
GeoExpress SDK for Linux (x86)
for gcc 4.1, unzip and untar.<br>
<br>
You can find some of the packages you'll need to build qgis (but that
are missing from Slack 13) at <a class="moz-txt-link-freetext" href="http://gotslack.org/qgis">http://gotslack.org/qgis</a>.<br>
 <br>
</span></span><br>
</body>
</html>