Closed mibamur closed 8 years ago
But
gem 'hamlit'#, github: 'k0kubun/hamlit'
Ok
The file "houdini.h"
is included in Hamlit repository by git submodule. Please try git submodule init && git submodule update
or git clone --recursive
.
Add a submodules option to gem directive could help.
gem 'hamlit', github: 'k0kubun/hamlit', submodules: true
submodules Specify :submodules => true to cause bundler to expand any submodules included in the git repository http://bundler.io/v1.10/man/gemfile.5.html
Opps, that's true. I mistook the case since I usually work with Hamlit specifying the location by not github but path option.
@hanachin thanks @k0kubun should we change README.md to ?
gem 'hamlit', github: 'k0kubun/hamlit', submodules: true
ruby 2.3.1 OS X