sepfy / libpeer

WebRTC Library for IoT/Embedded Device using C
MIT License
863 stars 127 forks source link

Documention Improvements #22

Closed cloudties closed 11 months ago

cloudties commented 2 years ago

Documentation ( If Missing libraries and tools )

1) CMake >3.17 needed for meson wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | sudo apt-key add - sudo apt-add-repository 'deb https://apt.kitware.com/ubuntu/ bionic main' sudo apt-get update sudo apt install cmake sudo apt install cmake-curses-gui # Recommended, includes ccmake.

2) While running ./build-third-party.sh

While compiling add missing lib/headers sudo apt-get install -y gnutls-bin libgupnp-igd-1.0-dev libgirepository1.0-dev libgnutls.*-dev

3) In Get Started add "cd pear" step git clone --recursive https://github.com/sepfy/pear cd pear ./build-third-party.sh

sepfy commented 11 months ago

libnice is no longer used