Skip to content

Commit

Permalink
Fix: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eikarna committed May 19, 2024
1 parent 047e1ab commit a473551
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ Enet bindings in Go for Growtopia Private Server using cgo. Based on [codecat/go
## Installation
First, you might need to build enet from enet/ directory and install it as library:

* **Windows**: Build the enet dynamic library (.dll) with Code::Blocks. (Tested with: TDM-GCC 10.3.0 installed, Windows 11, and Intel Core I7-6700HQ).
* **Windows**: Build the enet dynamic library (.dll) with Code::Blocks. (Tested with: TDM-GCC 10.3.0 installed, Windows 11 Intel Core I7-6700HQ).
```sh
git clone --recurse-submodules https://github.com/eikarna/gotops
cd gotops/enet
codeblocks --no-splash-screen --build --target="Release" enet_dll.cbp
```
If you got error message: 'IP_TTL' undeclared (first use in this function), then just add `#include <Ws2tcpip.h>` to the top of win32.c.
If you got error message: 'IP_TTL' undeclared (first use in this function), just add `#include <Ws2tcpip.h>` to the top of win32.c.
Got Any Error again? just try to fix it by yourself.
* **Linux**: Install the enet library with make.
```sh
Expand Down

0 comments on commit a473551

Please sign in to comment.