-
Notifications
You must be signed in to change notification settings - Fork 34
Install Debian
This install guide is for Debian. For Ubuntu see Install - Ubuntu.
Before continuing, ensure the system requirements are met.
You may need to compile wpa supplicant and cli if there is not a compatible package available to you on this 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
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
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
git
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.
python2 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.