To compile the FriendNet client, you need the following prerequisites:
- The latest Go compiler
- Node.js 24.0 or higher
- 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 client:
make client
The compiled client will be in the client directory, named something like friendnet-client or
friendnet-client.exe.