Site Tools


software:osx:scantailor

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
software:osx:scantailor [2009/10/22 11:20] adminsoftware: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://diybookscanner.org/forum/viewtopic.php?f=3&t=110#p1002|Rob]] and [[https://sourceforge.net/apps/phpbb/scantailor/memberlist.php?mode=viewprofile&u=67|jart]]\\ Please see also here: [[https://sourceforge.net/apps/phpbb/scantailor/viewtopic.php?f=6&t=8&start=0]] This page describes how to install scantailor on Max OSX. A lot of thanks go to [[http://diybookscanner.org/forum/viewtopic.php?f=3&t=110#p1002|Rob]] and [[https://sourceforge.net/apps/phpbb/scantailor/memberlist.php?mode=viewprofile&u=67|jart]]\\ Please see also here: [[https://sourceforge.net/apps/phpbb/scantailor/viewtopic.php?f=6&t=8&start=0]]
  
-===== Installation of MacPorts on os 10.5.8 =====+===== Installation of scantailor with Qt and MacPorts on os 10.5.8 =====
 If you haven't done so, start reading here: [[http://guide.macports.org/]]. The installation of Macports requires the following: If you haven't done so, start reading here: [[http://guide.macports.org/]]. The installation of Macports requires the following:
   * 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 this didn't work, because this Xcode version was too old. installed it per default from the original OSX installation dvd. Therefore you should download the newest Xcode version)) (This installed version 4.5.3_0 and took about 6 hours on my PowerBook G4, so take your time):+Install qt4-mac((Initially this didn't work, because the Xcode version I was using, coming from the OSX installation dvd, was too oldThat's the reason why one should download the proper Xcode version)) (This installed version 4.5.3_0 and took about 6 hours on my PowerBook G4, so take your time):
   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 'qmake-mac' and not 'qmake'. Do the following (Assuming MacPorts uses /opt/local/bin).\\ \\ cd /opt/local/bin\\ sudo ln -s qmake-mac qmake\\ \\ <sub>Note that if you do not want to create a symbolic link you can alternatively use the command cmake -DQT_QMAKE_EXECUTABLE=/opt/local/libexec/qt4-mac/bin/qmake</sub>  |+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 'qmake-mac' and not 'qmake'. Do the following (Assuming MacPorts uses /opt/local/bin):\\ \\ cd /opt/local/bin\\ sudo ln -s qmake-mac qmake\\ \\ <sub>Note that if you do not want to create a symbolic link you can alternatively use the command cmake -DQT_QMAKE_EXECUTABLE=/opt/local/libexec/qt4-mac/bin/qmake</sub>  ^
  
-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." and "You may need to install a package named libboost1.35-dev or similarly."+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." and "You may need to install a package named libboost1.35-dev or similarly."\\ \\ 
 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
software/osx/scantailor.1256203250.txt.gz · Last modified: 2009/10/22 11:20 by admin