Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Installing Telescope

Jirapong Pansak edited this page Aug 19, 2021 · 5 revisions

This page will guide you in installing telescope

Currently the project is still not in a high functional state therefore we do not recommend installing.

However if you want to test it out install the dependencies and clone the project

If you are interested in installing telescope, start off by installing the dependencies using the install script here or manually using
The server compiles with only these libraries:
sudo apt install -y rdma-core rdmacm-utils librdmacm-dev libx11-dev xcb-proto libxcb-xfixes0-dev libxtst-dev

The client requires more libraries: sudo apt-get install xcb libxcb-xkb-dev x11-xkb-utils libx11-xcb-dev libxkbcommon-x11-dev

Installing the software will require making the program from source using the make files in src/server and src/client