-
Notifications
You must be signed in to change notification settings - Fork 34
Install Debian
Rolando Islas edited this page May 30, 2017
·
6 revisions
This install guide is for Debian based distros.
Before continuing, ensure the system requirements are met.
You will need to compile wpa supplicant and cli from source.
Version 2.0 and newer rely on a C++ backend.
See its repo for build instructions.
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
git gksu
git clone https://github.com/rolandoislas/drc-sim.git
or
Download an archive of the repo and extract.
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.
DRC Sim requires a server and a client.
Need help? Create an issue for the server or client.
There is also a Discord group.