ruabmbua / enet-sys

Raw rust bindings to the enet C library
MIT License
19 stars 14 forks source link

Add simple readme #4

Closed johshoff closed 6 years ago

johshoff commented 6 years ago

Pretty minimal, but at least answered the questions I needed to get it up an running in Ubuntu.

ruabmbua commented 6 years ago

Thanks for the suggestion!

Just one thing, I think you don`t need to have clang installed. From what I know built-essential already brings a C compiler (gcc).

johshoff commented 6 years ago

Thanks, @ruabmbua. For some reason I needed clang. I can investigate later to see if it was some other dependency needing that.

ruabmbua commented 6 years ago

Not a problem. Btw. I prefer clang too :smile: .