str_destroy
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user