This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
software:osx:scantailor [2009/10/22 11:23] – admin | software:osx:scantailor [2009/10/22 12:17] (current) – admin | ||
---|---|---|---|
Line 2: | Line 2: | ||
This page describes how to install scantailor on Max OSX. A lot of thanks go to [[http:// | This page describes how to install scantailor on Max OSX. A lot of thanks go to [[http:// | ||
- | ===== Installation of MacPorts on os 10.5.8 ===== | + | ===== Installation of scantailor with Qt and MacPorts on os x 10.5.8 ===== |
If you haven' | If you haven' | ||
* Download Xcode from Apple and install it (It automatically updates the current version).\\ Note that the 10.5 compatible Xcode is a bit hidden away. In the Mac Dev Center -> Member Site (in right column); it requires another login. Member Site -> Downloads. Download -> Developer Tools (In right column). | * Download Xcode from Apple and install it (It automatically updates the current version).\\ Note that the 10.5 compatible Xcode is a bit hidden away. In the Mac Dev Center -> Member Site (in right column); it requires another login. Member Site -> Downloads. Download -> Developer Tools (In right column). | ||
Line 12: | Line 12: | ||
==== Install qt4-mac ==== | ==== Install qt4-mac ==== | ||
- | Install qt4-mac((Originally | + | Install qt4-mac((Initially |
sudo port install qt4-mac | sudo port install qt4-mac | ||
^ After you have installed Qt using MacPorts, you should create a symbolic link to prevent the error reporting that “Qt4 could not be found”. This is because MacPorts installs qmake with the filename ' | ^ After you have installed Qt using MacPorts, you should create a symbolic link to prevent the error reporting that “Qt4 could not be found”. This is because MacPorts installs qmake with the filename ' | ||
- | Before installing cmake, first install boost. If boost would be missing, cmake would throw an error that it "Could not find boost headers or libraries." | + | Before installing cmake, first install boost. If boost would be missing, cmake would throw an error that it "Could not find boost headers or libraries." |
Install boost (It installed boost 1.40.0_1+powerpc) | Install boost (It installed boost 1.40.0_1+powerpc) | ||
sudo port install boost | sudo port install boost |