Browse Source

update installation docs

Signed-off-by: R4SAS <r4sas@i2pmail.org>
pull/76/head
R4SAS 1 year ago
parent
commit
360946d0e9
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 38
      docs/user-guide/install.md

38
docs/user-guide/install.md

@ -1,19 +1,39 @@
Installing Installing
========== ==========
Building from source ## Building from source
--------------------
See [developer section documentation](../devs/building/requirements.md) for how to build i2pd from source on your OS. See [developer section documentation](../devs/building/requirements.md) for how to build i2pd from source on your OS.
Windows, Android, Mac OS X ## Installation from prebuilt packages
--------------------------
The easiest way to install i2pd is by using precompiled binaries. The easiest way to install i2pd is by using precompiled packages and binaries.
Go to the [latest release page](https://github.com/PurpleI2P/i2pd/releases/latest) and choose a file for your operating system. Go to the [latest release page](https://github.com/PurpleI2P/i2pd/releases/latest) and choose a file for your operating system.
## Windows
Check for [latest release page](https://github.com/PurpleI2P/i2pd/releases/latest) and choose a file for your system architecture:
* i2pd_*_win32_mingw.zip -- for x86 systems
* i2pd_*_win64_mingw.zip -- for x86_64 (x64) systems
* i2pd_*_winxp_mingw.zip -- Windows XP compatible build
* setup_i2pd_*.exe -- Installer with automatic detection of used system and correct extraction of a configuration files
## Android
You can get application on F-Droid:
[<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png"
alt="Get it on F-Droid"
height="80">](https://f-droid.org/packages/org.purplei2p.i2pd/)
Alternatively, you can install i2pd by using F-Droid repository run by PurpleI2P community member [R4SAS](https://twitter.com/i2pr4sas): [repository homepage](https://fdroid.i2pd.xyz/)
Also, packages can be found on i2pd-android repository [releases page](https://github.com/PurpleI2P/i2pd-android/releases/latest)
## Docker images ## Docker images
You can use our [prebuilt docker images](https://hub.docker.com/r/purplei2p/i2pd/). You can use our [prebuilt docker images](https://hub.docker.com/r/purplei2p/i2pd/).
@ -48,15 +68,15 @@ Automatically add repository
After that you can install i2pd as any other software package: After that you can install i2pd as any other software package:
apt-get update sudo apt-get update
apt-get install i2pd sudo apt-get install i2pd
Look for more information about Debian repository [here](https://repo.i2pd.xyz/.help/readme.txt). Look for more information about Debian repository [here](https://repo.i2pd.xyz/.help/readme.html).
## Fedora/CentOS ## Fedora/CentOS
You can install i2pd from [repository](https://copr.fedorainfracloud.org/coprs/supervillain/i2pd/) You can install i2pd from [repository](https://copr.fedorainfracloud.org/coprs/supervillain/i2pd/)
run by PurpleI2P community member [villain](https://twitter.com/el_villano_loco). run by PurpleI2P community member [villain](https://twitter.com/el_villano_loco) and maintained by [R4SAS](https://twitter.com/i2pr4sas).
### Centos 7: ### Centos 7:

Loading…
Cancel
Save