mirror of
https://github.com/codecat/go-enet.git
synced 2025-12-08 05:59:47 +00:00
Updated readme
This commit is contained in:
parent
040fe99e28
commit
fa229fbc63
1 changed files with 7 additions and 4 deletions
11
Readme.md
11
Readme.md
|
|
@ -1,11 +1,14 @@
|
||||||
# go-enet
|
# go-enet
|
||||||
Enet bindings for Go using cgo.
|
Enet bindings for Go using cgo.
|
||||||
|
|
||||||
* **Windows**: Should work out of the box with the supplied headers and library.
|
|
||||||
* **Linux**: Install the enet development package with your package manager. For example, `apt install libenet-dev`.
|
|
||||||
* **MacOS**: Install the enet package with brew. For example, `brew install enet`.
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
First, you might need to install enet as a dependency:
|
||||||
|
|
||||||
|
* **Windows**: Nothing to do - should work out of the box with the supplied headers and library.
|
||||||
|
* **Linux**: Install the enet development package with your package manager.
|
||||||
|
* On Debian-based systems: `apt install libenet-dev`
|
||||||
|
* **MacOS**: Install the enet package with brew: `brew install enet`
|
||||||
|
|
||||||
```
|
```
|
||||||
$ go get github.com/codecat/go-enet
|
$ go get github.com/codecat/go-enet
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue