Skip to content

Install Arch Linux

alinach120602 edited this page May 1, 2020 · 2 revisions

This install guide is for Arch 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 (pacman Official Sources)

sudo pacman -S \
python3 python-pip libffi zlib libjpeg-turbo net-tools wireless_tools systemd-sysvcompat ffmpeg util-linux dhclient tk \
pkgconf cmake make gcc openssl libnl ethtool
yay -S ifmetric

Getting drc-sim

git clone --recursive https://github.com/alinach120602/drc-sim-e

Install drc-sim

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

Python Install method

sudo python3 setup.py install

Drc-sim-e is now installed. View connecting.

Clone this wiki locally