str_destroy

This commit is contained in:
2025-11-26 17:06:32 +05:00
parent 2686ca6bcf
commit f5169e8a8f
10 changed files with 25 additions and 22 deletions

View File

@@ -1,17 +1,20 @@
# tcp-chat
## Build
1. Clone the repository with submodules.
1. Clone this repository with submodules.
```
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).
2. Install [cbuild](https://timerix.ddns.net/git/Timerix/cbuild) version specified in `project.config`.
3. Build executable
```
cd tcp-chat
cbuild build_exec
```
## Usage
**Client:**
```sh