<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I found this for Mac OSX Lion:  <a href="http://bobrost.com/sane/">http://bobrost.com/sane/</a><div><br></div><div>I found out the hard way that if you drag and drop the "local" folder in Finder, it will delete /usr/local and replace it with the one in the package.   It's better/safer to do all of the install work from a shell.</div><div><br></div><div><br></div><div><div>INSTALLATION</div><div><br></div><div>Copy the contents of "local" into your system's /usr/local directory. If you want to view it in Finder, you may need to open a Terminal and:</div><div><span class="Apple-tab-span" style="white-space:pre">     </span>cd /usr</div><div><span class="Apple-tab-span" style="white-space:pre">      </span>open .</div><div>Depending on what software you have previously installed, you may need to create a /usr/local directory. Otherwise, be careful not to destroy the existing contents of that directory when you copy the SANE files.</div><div><br></div><div>You may need to add /usr/local/bin to your PATH. Add this to your ~/.profile</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>export PATH=$PATH":/usr/local/bin"</div><div>or</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>declare -x PATH=$PATH":/usr/local/bin"</div><div><br></div><div><br></div><div>Copy "SANE.ds" into "/Library/Image Capture/TWAIN Data Sources/"</div><div><br></div><div>You can now open the Image Capture application to scan. No reboot necessary.</div></div></body></html>