To compile the FriendNet server, you need the following prerequisites:
- The latest Go compiler
- Git
- make (If you are on Linux, you probably have it already)
First, clone the repository:
git clone https://github.com/termermc/FriendNet.git
Then, compile the server:
make server
The compiled server will be in the server directory, named something like friendnet-server or
friendnet-server.exe.
Next: Configuration