crised / electrical

Electrical M2M software to get an Electrical Bill approximation
0 stars 0 forks source link

Use libmodbus from Centos #22

Closed crised closed 10 years ago

crised commented 10 years ago

@radu there is libmodbus in CentOS! @dethaZA told me about it.

Just Enable ghettoforge ghettoforge repo.

Do 'yum install http://mirror.symnds.com/distributions/gf/el/6/gf/x86_64/gf-release-6-5.gf.el6.noarch.rpm'

Then yum install libmodbus

rnicolau commented 10 years ago

This is a unofficial repo, installing from this one is (more or less) the same as installing from sources. Just to let you know. From my point of view it means just that I have to remove the static library settings and expect libmodbus to be available on the system as a shared library along with C headers.

crised commented 10 years ago

I guess it's a bit better this way. it's kind of official, it's in centos document

On Sat, Sep 28, 2013 at 7:44 PM, rnicolau notifications@github.com wrote:

This is a unofficial repo, installing from this one is (more or less) the same as installing from sources. Just to let you know. From my point of view it means just that I have to remove the static library settings and expect libmodbus to be available on the system as a shared library along with C headers.

— Reply to this email directly or view it on GitHubhttps://github.com/crised/electrical/issues/22#issuecomment-25310357 .

rnicolau commented 10 years ago

sure

rnicolau commented 10 years ago

Done