add note to BUILD.md about which versions of debian and ubuntu are supported

This commit is contained in:
Micah Lee 2014-06-13 15:13:32 -04:00
parent 684333776c
commit dc97d7bae9

View File

@ -9,6 +9,8 @@ Start by getting a copy of the source code:
*For .deb-based distros (like Debian, Ubuntu, Linux Mint):* *For .deb-based distros (like Debian, Ubuntu, Linux Mint):*
Note that python-stem appears in Debian wheezy and newer (so by extension Tails 1.1 and newer), and it appears in Ubuntu 13.10 and newer. Older versions of Debian and Ubuntu aren't supported.
sudo apt-get install -y build-essential fakeroot python-all python-stdeb python-flask python-stem python-webkit sudo apt-get install -y build-essential fakeroot python-all python-stdeb python-flask python-stem python-webkit
./build_deb.sh ./build_deb.sh
sudo dpkg -i deb_dist/onionshare_*.deb sudo dpkg -i deb_dist/onionshare_*.deb