Check system dependencies for a gem

断了今生、忘了曾经 提交于 2019-12-11 03:25:33

问题


How I can check which system libraries I need for my gems ?

For example the Mysql gem needs the mysql header files, rmagick requires imagemagick, and so on...

How I can list all libraries needed to install the gem ?

If it is not possible, how I can check if all system dependencies are satisfied to install the selected gem ?


回答1:


Use the gem dependency GEMNAME command.

See the documentation here.



来源:https://stackoverflow.com/questions/5714375/check-system-dependencies-for-a-gem

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!