-
Notifications
You must be signed in to change notification settings - Fork 34
Install
This install guide is for Debian. For Ubuntu see Install - Ubuntu.
Log in as root and install via apt
.
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
You will need to have the non-free repo enabled.
Edit /etc/apt/sources.list
and the non-free repo. In the example line below, change the URL to the mirror your other repos use and change jessie
to the appropriate release.
deb http://ftp.us.debian.org/debian/ jessie contrib non-free
Then run:
apt update && apt install firmware-ralink
# -- // . ; TODO
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
.
python2 setup.py install
If you are using a virtualenv be sure to run the virtualenv python.
/path/to/virtualenv/bin/python 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.