检查宝石的系统依赖关系 [英] Check system dependencies for a gem

查看:109
本文介绍了检查宝石的系统依赖关系的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我如何检查我的宝石需要哪些系统库?



例如,Mysql gem需要mysql头文件,rmagick需要imagemagick等等。 ..

如何列出安装gem所需的所有库?



如果不可能,我如何检查所有系统依赖关系是否满足安装所选gem?

使用 gem依赖项GEMNAME 命令。



请参阅文档这里


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 ?

解决方案

Use the gem dependency GEMNAME command.

See the documentation here.

这篇关于检查宝石的系统依赖关系的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆