💡 LightUp 7.1 | SketchUp's only real-time renderer that uses object-based rendering
Download Trial
How do you install Nokogiri for SketchUp?
-
Hello, I have been combing the internet to try and find out what files I need to put where so I can get Nokogiri to work in the SketchUp ruby console. I installed Nokogiri using - gem install nokogiri.
How do I get it to work with SketchUp? What files do I take from where to where? In the beginning of the ruby files do I simply put "require 'nokogiri'" or is there more to it than that?
I got REXML to work which was fairly easy, just moved the whole REXML file into /plugins and the set.rb file as well. Then in the begin of rb files write -
require "rexml/document"
include REXMLShouldn't the process be similar for Nokogiri?
Please help, I am losing my mind.
Thank you.
Advertisement