HyperConnect on Ubuntu Desktop (Dev)
Prerequisites
The following must be installed:
Programming languages
| sudo apt-get install openjdk-8-jdk
|
| sudo apt-get install openjfx
|
| sudo apt-get install python3
|
Installation
Use Prebuilt Binaries
Download from the GitHub repository.
| git clone https://github.com/cyber-republic/hyperconnect-edge-client
|
Change directory. Replace YOUR-PATH with your local path to the directory.
| cd YOUR-PATH/hyperconnect-edge-client/demo
|
Start the HyperConnect Edge Client.
| java -jar hyper_connect.jar
|