Merge branch 'main' of https://alm.pragmatismo.com.br/generalbots/gbserver
Some checks failed
GBCI / build (push) Failing after 7m55s
Some checks failed
GBCI / build (push) Failing after 7m55s
This commit is contained in:
commit
3315198bab
1 changed files with 26 additions and 1 deletions
27
README.md
27
README.md
|
|
@ -62,7 +62,32 @@ GB6 is a billion-scale real-time communication platform integrating advanced bot
|
|||
- GStreamer
|
||||
|
||||
# Deploy platform
|
||||
./deploy.sh
|
||||
|
||||
|
||||
## Linux && Mac
|
||||
```
|
||||
sudo apt update
|
||||
|
||||
sudo apt install brave-browser-beta
|
||||
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||
source "$HOME/.cargo/env"
|
||||
git clone https://alm.pragmatismo.com.br/generalbots/gbserver
|
||||
|
||||
apt install -y build-essential \
|
||||
pkg-config \
|
||||
libssl-dev \
|
||||
gcc-multilib \
|
||||
g++-multilib \
|
||||
clang \
|
||||
lld \
|
||||
binutils-dev \
|
||||
libudev-dev \
|
||||
libdbus-1-dev
|
||||
```
|
||||
|
||||
## Build
|
||||
|
||||
```
|
||||
|
||||
### Build & Run
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue