cholcombe973 / rusix

Distributed filesystem in Rust
Other
54 stars 11 forks source link

build requires linux OS and various packages which aren't present in a typical default install #9

Closed garypen closed 6 years ago

garypen commented 6 years ago

When I built rusix I had to install the following packages on my vanilla centos workstation:

sudo yum install libudev-devel openssl-devel zeromq-devel capnproto-devel capnproto

Should we call this out in our documentation and is this a reasonably complete list?

Also: should we document that only linux OS systems are supported for development and execution due to the dependency on libudev?

Justification: ergonomics.

cholcombe973 commented 6 years ago

Yeah I think that's a pretty comprehensive list for the moment. Unfortunately I think we're stuck Linux only at the moment. I think it's fair to point out in the docs

On Wed, Aug 29, 2018 at 12:25 PM Gary Pennington notifications@github.com wrote:

When I built rusix I had to install the following packages on my vanilla centos workstation:

sudo yum install libudev-devel openssl-devel zeromq-devel capnproto-devel capnproto

Should we call this out in our documentation and is this a reasonably complete list?

Also: should we document that only linux OS systems are supported for development and execution due to the dependency on libudev?

Justification: ergonomics.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/cholcombe973/rusix/issues/9, or mute the thread https://github.com/notifications/unsubscribe-auth/AC6qE_joHrDuy2JFyLPLxxV5zHk5hZPLks5uVurCgaJpZM4WSLSw .

garypen commented 6 years ago

Ok. I've updated Contributing.md with this information.

cholcombe973 commented 6 years ago

Awesome thanks!

On Thu, Aug 30, 2018 at 12:02 AM Gary Pennington notifications@github.com wrote:

Ok. I've updated Contributing.md with this information.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/cholcombe973/rusix/issues/9#issuecomment-417211721, or mute the thread https://github.com/notifications/unsubscribe-auth/AC6qE20GVsY5ChwxPxy33VAtiY_OI-voks5uV44ZgaJpZM4WSLSw .