Skip to content

Install Debian

Rolando Islas edited this page Mar 10, 2017 · 6 revisions

This install guide is for Debian. For Ubuntu see Install - Ubuntu.

Dependencies

Before continuing, ensure the system requirements are met.

Backend

wpa_supplicant_drc and wpa_cli_drc

You may need to compile wpa supplicant and cli if there is not a compatible package available to you on this repo.

Adding the Repo

Using this method will allow updates to the wpa tools and allow you to install via apt.

apt install curl
curl -s https://packagecloud.io/install/repositories/rolandoislas/drc-sim/script.deb.sh | bash
apt update && apt install wpasupplicant-drc

Installing a Deb with dpkg

Download the deb package you wish to install and run the following as root (replace the path with the real one):

dpkg -i /path/to/pacakage.deb && apt-get install -f

Other Dependencies (apt)

apt install \
python2.7 python2.7-dev python-pip libffi-dev zlib1g-dev libjpeg62-turbo-dev net-tools wireless-tools sysvinit-utils \
psmisc libavcodec-dev libswscale-dev rfkill isc-dhcp-client

Optional (QoL):

git

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.

python2 setup.py install

Drc-sim is now installed. View connecting.

Clone this wiki locally