external: Third party libraries https://github.com/EdgeVPNio/external
 
 
 
Go to file
Prajwala c178fe4f87
branch-head-57 changes to external (#1)
* Update README.md
2020-09-23 16:20:56 -04:00
include Updated includes for wrtc bh 4147 2020-09-18 17:01:17 -04:00
LICENSE Initial commit 2020-08-31 13:38:30 -04:00
README.md branch-head-57 changes to external (#1) 2020-09-23 16:20:56 -04:00

README.md

external repository

This repository contains the third-party libraries used in the EdgeVPNio/evio build

Supported Operating Systems/Platforms

  • Ubuntu 18 and 20 - x64
  • Raspbian Stretch on Raspberry Pi 3 and 4 - ARM7
  • Raspbian Stretch on Raspberry Pi Zero - ARM6
  • Microsoft Windows 10 - x64

The third-party libraries for the above systems are located in their respective repository branches.

Cloning a Single Branch

To clone a single branch, rather than the entire repository, use the following command:

git clone -b <branch_name> --single-branch <uri>

For instance:

git clone -b ubuntu-x64 --single-branch https://github.com/EdgeVPNio/external.git