开发者

Check system dependencies for a gem

开发者 https://www.devze.com 2023-02-26 14:17 出处:网络
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 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 开发者_如何学Pythoninstall the gem ?

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


Use the gem dependency GEMNAME command.

See the documentation here.

0

精彩评论

暂无评论...
验证码 换一张
取 消