2008/11/13 Tobot <[EMAIL PROTECTED]>:
>
> Okay, I installed the rubyforge gem and then 'sudo gem install merb -
> development' worked! Hooray!
>
> Now onto the sync and libxml libxml2 gems. I don't have them
> installed, should they be installed if merb is already installed?

They are not gems. They are libraries written in C. Nokigiri uses it
under the covers I believe.
Those C libraries are used because parsing of large XML documents and
writing an XPath implementation in Ruby is not efficient enough.

If you have merb and webrat and nokigiri gems installed, just forget
about the libraries above.
-- 
MK

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"merb" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/merb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to