mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-26 07:49:48 -05:00
added setup files to MANIFEST.in for RPM building to work, and updated RPM build instructions (#25)
This commit is contained in:
parent
aaf8ae30d7
commit
3eb2beee5c
20
BUILD.md
20
BUILD.md
@ -1,7 +1,27 @@
|
|||||||
# Building OnionShare
|
# Building OnionShare
|
||||||
|
|
||||||
|
For GNU/Linux and OSX, get a copy of the source code:
|
||||||
|
|
||||||
|
git clone https://github.com/micahflee/onionshare.git
|
||||||
|
cd onionshare
|
||||||
|
|
||||||
|
## Debian-based GNU/Linux
|
||||||
|
|
||||||
|
## Red Hat-based GNU/Linux
|
||||||
|
|
||||||
|
Install dependencies and build the RPM:
|
||||||
|
|
||||||
|
sudo yum install -y rpm-build python-flask python-stem pywebkitgtk
|
||||||
|
./build_rpm.sh
|
||||||
|
|
||||||
|
The RPM will end up in your dist folder. You can install it like this:
|
||||||
|
|
||||||
|
sudo yum install -y dist/onionshare-*.rpm
|
||||||
|
|
||||||
## Mac OS X
|
## Mac OS X
|
||||||
|
|
||||||
|
*Note: These instructions are a work-in-progress. The OnionShare GUI doesn't yet work in Mac OS X.*
|
||||||
|
|
||||||
If you don't already have pip installed, install it like this:
|
If you don't already have pip installed, install it like this:
|
||||||
|
|
||||||
sudo easy_install pip
|
sudo easy_install pip
|
||||||
|
@ -10,3 +10,5 @@ include onionshare_gui/static/onionshare.js
|
|||||||
include onionshare_gui/static/style.css
|
include onionshare_gui/static/style.css
|
||||||
include onionshare_gui/static/loader.gif
|
include onionshare_gui/static/loader.gif
|
||||||
include onionshare_gui/static/logo.png
|
include onionshare_gui/static/logo.png
|
||||||
|
include setup/onionshare.desktop
|
||||||
|
include setup/onionshare80.xpm
|
||||||
|
Loading…
Reference in New Issue
Block a user