AliYousuf / open-pdf-presenter

Automatically exported from code.google.com/p/open-pdf-presenter
GNU General Public License v3.0
0 stars 0 forks source link

Mac OS X Support #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Do you plan to release a Mac OS X binary? If not, could you please provide 
compilation instructions, please?

Original issue reported on code.google.com by harrold....@gmail.com on 27 Mar 2012 at 8:15

GoogleCodeExporter commented 8 years ago
Sorry, I meant instructions on how to obtain the resources without APT, for 
example.

Original comment by harrold....@gmail.com on 27 Mar 2012 at 8:18

GoogleCodeExporter commented 8 years ago
Hi,

Unfortunately, I never used OS X, so I cannot help you with instructions on how 
to obtain the resources.

You must ensure that you have installed: Git, QMake, QT4 (dev version), and 
libpoppler for qt4. Then, it should be as simple as I explain here:
https://code.google.com/p/open-pdf-presenter/wiki/BuildFromSource

I will try to talk to some colleagues of mine that use OS X so that they can 
tell me how to get those packages installed. I'll report back when I have more 
info.

Thanks for your interest in open-pdf-presenter!

Original comment by zait...@gmail.com on 28 Mar 2012 at 9:57

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Hi,

I have just updated the wiki with instructions about how to build 
open-pdf-presenter using OSX. Take a look!

Sorry for taking so long...

Please let me know if you are able to build open-pdf-presenter for OSX so that 
I can mark this issue as done.

Original comment by zait...@gmail.com on 15 Aug 2012 at 11:03

GoogleCodeExporter commented 8 years ago
Dear all,

here is a description about the process I took to install open-pdf-presenter:

1. Install XCode Command Line Tools.
    1a: Download XCode from Mac App Store.
    1b: Start XCode, Go to Preferences, Select "Downloads" and then Components. From there you're able to install the CLI tools.

2. Install Homebrew: http://mxcl.github.com/homebrew/

3. Install the building requirements. From Terminal call: 
brew install qt4 --developer
brew install poppler --with-qt4

4. Download the Source from SVN

5. call qmake

6 . call make 

7. don't call "sudo make install"  but copy the open-pdf-presenter.app to the 
applications folder:
cp -R open-pdf-presenter.app /Applications

Good luck.

Original comment by Arnold.S...@gmail.com on 17 Jan 2013 at 6:12