arcapos / luapgsql

Lua binding for PostgreSQL
109 stars 24 forks source link

how to build? #2

Closed emiltin closed 10 years ago

emiltin commented 10 years ago

how do i build and install this module?

it seems that luarocks is installing an older version 0.5-1, with code from syn.zadzmo.org?

im using mac, with lua and luarocks installed with homebrew.

emiltin commented 10 years ago

or maybe i'm confusing this with another module? i used luarocks to install "luadbi-postgresql"

sztanpet commented 10 years ago

this is the luapgsql module and you build it with "make" and than "make install" that is all

emiltin commented 10 years ago

thanks. in other words, i cannot use luarocks?

mbalmer commented 10 years ago

Am 17.10.13 17:21, schrieb Emil Tin:

thanks. in other words, i cannot use luarocks?

I think it should now be in luarocks.

— Reply to this email directly or view it on GitHub https://github.com/mbalmer/luapgsql/issues/2#issuecomment-26516544.

emiltin commented 10 years ago

thanks - what's the name of the rock?

mbalmer commented 10 years ago

Am 17.10.13 18:16, schrieb Emil Tin:

thanks - it's the name of the rock?

yes, I think so.

— Reply to this email directly or view it on GitHub https://github.com/mbalmer/luapgsql/issues/2#issuecomment-26523027.

mbalmer commented 10 years ago

Am 17.10.13 17:16, schrieb Emil Tin:

how do i build and install this rock?

it seems that luarocks is installing an older version 0.5-1, with code from syn.zadzmo.org?

im using mac, with lua and luarocks installed with homebrew.

I am sorry, I don't know that, I did not make the rockspec, I only wrote the code...

— Reply to this email directly or view it on GitHub https://github.com/mbalmer/luapgsql/issues/2.

mbalmer commented 10 years ago

Am 17.10.13 17:17, schrieb Emil Tin:

or maybe i'm confusing this with another module? i used luarocks to install "luadbi-postgresql"

yes, that is wrong. try 'luapgsql'

— Reply to this email directly or view it on GitHub https://github.com/mbalmer/luapgsql/issues/2#issuecomment-26516190.

daurnimator commented 10 years ago

I'm not seeing it in the repository: http://luarocks.org/repositories/rocks/

mbalmer commented 10 years ago

Indeed. Don't know why it is not added to LuaRocks, I think it would make sense.