added tlibtoml submodule

This commit is contained in:
2025-11-27 01:46:44 +05:00
parent f5169e8a8f
commit c263d02b36
15 changed files with 108 additions and 95 deletions

View File

@@ -6,7 +6,10 @@
git clone --recurse-submodules --depth 0 https://timerix.ddns.net/git/Timerix/tcp-chat.git
```
2. Install [cbuild](https://timerix.ddns.net/git/Timerix/cbuild) version specified in `project.config`.
2. Install [cbuild](https://timerix.ddns.net/git/Timerix/cbuild/releases).
Select latest version compatible with the one in `project.config`.
Example: For `2.3.0` download latest `2.3.x`.
3. Build executable
```
@@ -23,7 +26,7 @@ cd bin
```
**Server:**
1. ```sh
cp tcp-chat-server.config.default bin/tcp-chat-server.config
cp tcp-chat-server.toml.default bin/tcp-chat-server.toml
```
2. Edit config
3. ```sh