Skip to content

Instantly share code, notes, and snippets.

@eduo
Forked from novi/pdfwalker.on.Mac.txt
Last active March 21, 2022 13:12
Show Gist options
  • Select an option

  • Save eduo/b06d61a866f9359a8201087edea4face to your computer and use it in GitHub Desktop.

Select an option

Save eduo/b06d61a866f9359a8201087edea4face to your computer and use it in GitHub Desktop.
PDFWalker Install on Mac OS X 10.6.7
* Install Xcode
* Install XQuartz
* brew install libtiff gtk+
** Change the LLVM Compiler in homebrew to /usr/bin/gcc-4.2:
/usr/local/Library/Homebrew/extend/ENV.rb HOMEBREW_USE_GCC
brew install--use-gcc
** /Usr/local/lib/libintl.8.0.2.dylib symbolic link -> libintl.dylib
* gem install origami gtk2
* mkdir -p ~/.local/share
** If pdfwalker doesn't run set /Library/Ruby/Gems/1.8/gems/origami-1.0.3/bin/pdfwalker:3 RUBY_VERSION to 1.8 or higher
@karelbilek
Copy link
Copy Markdown

This does not work on monterey at all. :(

@karelbilek
Copy link
Copy Markdown

And it's not really clear what to actually do

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment