Merge branch 'main' of https://alm.pragmatismo.com.br/generalbots/gbserver
Some checks failed
GBCI / build (push) Failing after 7m55s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-09-19 18:52:15 -03:00
commit 3315198bab

View file

@ -62,7 +62,32 @@ GB6 is a billion-scale real-time communication platform integrating advanced bot
- GStreamer - GStreamer
# Deploy platform # 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 ### Build & Run