summaryrefslogtreecommitdiffstats
path: root/docs/source/intro/01-install.md
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2019-04-03 13:31:38 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2019-05-23 15:41:58 +0100
commitbd4a3cba38d15f784f2805d4f4eff7d58b901927 (patch)
tree15ecb15eebd9706234c5650cace88f7aa21c76b0 /docs/source/intro/01-install.md
parent3cfa39a2ad8ee775a7738188ab7f094c7b01f56a (diff)
downloaddeluge-bd4a3cba38d15f784f2805d4f4eff7d58b901927.tar.gz
deluge-bd4a3cba38d15f784f2805d4f4eff7d58b901927.tar.bz2
deluge-bd4a3cba38d15f784f2805d4f4eff7d58b901927.zip
[Docs] Update install details and add more pages
Diffstat (limited to 'docs/source/intro/01-install.md')
-rw-r--r--docs/source/intro/01-install.md53
1 files changed, 53 insertions, 0 deletions
diff --git a/docs/source/intro/01-install.md b/docs/source/intro/01-install.md
new file mode 100644
index 000000000..a60380f91
--- /dev/null
+++ b/docs/source/intro/01-install.md
@@ -0,0 +1,53 @@
+# Installing Deluge
+
+These are the instructions for installer Deluge. They are a work-in-progress and feel
+free to make suggestions for improvement.
+
+## Ubuntu
+
+### PPA
+
+https://launchpad.net/~deluge-team/+archive/ubuntu/develop/
+
+### PyPi
+
+Deluge requires the following system installed packages:
+
+ sudo apt install python3-pip python3-libtorrent python3-gi python3-gi-cairo gir1.2-gtk-3.0 gir1.2-appindicator3
+
+Install with pip:
+
+ pip install --user deluge
+
+## Windows
+
+There is no installer package currently for Windows, but can try Deluge as follows.
+
+1. Install Python 3.6.
+2. Download and extract the `gvsbuild`.
+3. Open a terminal.
+4. Add directory to PATH: `set PATH=C:\gvsbuild\release;%PATH%`
+5. Install Python wheels from gvsbuild:
+ pip install C:\gvsbuild\release\python\pycairo-1.17.1-cp36-cp36m-win_amd64.whl
+ pip install C:\gvsbuild\release\python\PyGObject-3.28.3-py3.6-win-amd64.whl
+6. Install Deluge
+ pip install deluge deluge-libtorrent
+
+## macOS
+
+There is no `.app` package currently for macOS, but can try Deluge with homebrew.
+
+1. Install [Homebrew](https://brew.sh/)
+2. Open a terminal.
+3. Run the following to install required packages:
+
+ brew install pyobject3 gtk+3 adwaita-icon-theme
+ brew install libtorrent-rasterbar
+
+4. To fix translations:
+
+ brew link gettext --force
+
+5. Install Deluge:
+
+ pip3 install deluge