FreeTDS Mac OS X MiniPortile

邮差的信 提交于 2019-12-11 04:43:21

问题


I'm trying to install FreeTDS on Max OS X Lion and came across the MiniPortile GitHub repository.

https://github.com/luislavena/mini_portile

I'm trying to install FreeTDS so that I can use the sqladapter

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

The instructions on the sqladapter github say to clone the mini_portile repo then just do:

$ 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.

Do I need to include the mini_portile library in a Rails application, and then run the commands?

I'm missing a step in the step by step directions of how to use mini_portile to install FreeTDS on Mac OS X.

Thanks


回答1:


You run those commands on the tiny_tds project, not the miniportile one



来源:https://stackoverflow.com/questions/9369454/freetds-mac-os-x-miniportile

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