简体   繁体   English

FreeTDS Mac OS X MiniPortile

[英]FreeTDS Mac OS X MiniPortile

I'm trying to install FreeTDS on Max OS X Lion and came across the MiniPortile GitHub repository. 我正在尝试在Max OS X Lion上安装FreeTDS,并遇到了MiniPortile GitHub存储库。

https://github.com/luislavena/mini_portile https://github.com/luislavena/mini_portile

I'm trying to install FreeTDS so that I can use the sqladapter 我正在尝试安装FreeTDS,以便可以使用sqladapter

https://github.com/rails-sqlserver/tiny_tds https://github.com/rails-sqlserver/tiny_tds

The instructions on the sqladapter github say to clone the mini_portile repo then just do: sqladapter github上的指令说要克隆mini_portile存储库,然后执行:

$ bundle install
$ rake compile
$ rake native gem
$ gem install pkg/tiny_tds-X.X.X-#{platform}.gem

I don't understand how to use the library. 我不知道如何使用该库。

I tried cloning the repo, switching to my local clone, and running: 我尝试克隆存储库,切换到本地克隆并运行:

bundle install

but there is no Gemfile. 但没有Gemfile。

Do I need to include the mini_portile library in a Rails application, and then run the commands? 我需要在Rails应用程序中包含mini_portile库,然后运行命令吗?

I'm missing a step in the step by step directions of how to use mini_portile to install FreeTDS on Mac OS X. 我缺少有关如何使用mini_portile在Mac OS X上安装FreeTDS的分步指导。

Thanks 谢谢

您在tiny_tds项目上运行这些命令,而不是在微型项目上运行

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM