Skip to content

Install Debian

Rolando Islas edited this page May 30, 2017 · 6 revisions

This install guide is for Debian based distros.

Dependencies

Before continuing, ensure the system requirements are met.

wpa_supplicant_drc and wpa_cli_drc

You will need to compile wpa supplicant and cli from source.

drc_sim_c

Version 2.0 and newer rely on a C++ backend.

See its repo for build instructions.

Other Dependencies (apt)

apt install \
python3 python3-dev python3-pip libffi-dev zlib1g-dev libjpeg-dev net-tools wireless-tools sysvinit-utils \
psmisc libavcodec-dev libswscale-dev rfkill isc-dhcp-client ifmetric python-tk

Optional (QoL):

git gksu

Getting drc-sim

git clone https://github.com/rolandoislas/drc-sim.git

or

Download an archive of the repo and extract.

Install drc-sim

Change to the root directory of drc-sim. It should contain setup.py. A virtualenv can also be used.

sudo ./install.sh local

or the Python method

sudo python3 setup.py install

Drc-sim is now installed. View connecting.

Clone this wiki locally