Ruby gem install github-pages error must install development tools first

2020-04-21
1 min read

I was trying to update my jekyll blog and host it on Omniosce so I installed ruby from pkgsrc and tried :

$ gem install github-pages

But the following error messae appeared:

you must install development tools first

The fix was to install cmake and gcc from pkgsrc :

$ pkgin in cmake gcc9