Shopify / liquid-c

Liquid performance extension in C.
MIT License
119 stars 24 forks source link

How to actually use this? #218

Closed personnumber3377 closed 5 months ago

personnumber3377 commented 5 months ago

Hi!

I followed the instructions to build, but when I try to actually use the library, it claims that it can't find it:

Here is the error when I try to run ruby ./performance.rb c benchmark lax

<internal:/usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85:in `require': cannot load such file -- liquid/c (LoadError)
    from <internal:/usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85:in `require'
    from ./performance.rb:4:in `<main>'

I don't know what I am doing wrong.

personnumber3377 commented 5 months ago

gem install liquid-c -v 4.1.0 worked for me.