Archiv der Kategorie ‘MacPorts‘

MacOS X – Rails – RTex – Latex Installieren – Unicode – ucs.sty

Samstag, den 15. August 2009

In order to create PDFs with unicode (utf8) support within a Ruby on Rails app on Mac OS X, you need a fully working Latex installation including the ucs.sty extension. The best way to install Latex on a Mac OS X is using MacPorts. The following command will install Tex, Latex and a whole bunch [...]

Curb and curl: (1) Protocol https not supported or disabled in libcurl

Sonntag, den 21. Juni 2009

If you receive an error message like the following from either curb or curl: curl: (1) Protocol https not supported or disabled in libcurl Then you might want to recompile curl with ssl support. If you are a Mac OS X user and you are using MacPorts this might look like this: sudo port install [...]