Skip to content

Commit fb3bdbd

Browse files
authored
Merge pull request conan-io#712 from tivek/patch-6
update installation docs for Arch Linux
2 parents d848a41 + 6f4a692 commit fb3bdbd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

‎installation.rst‎

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,22 +63,22 @@ There is a brew recipe, so in OSX, you can install Conan as follows:
6363
Install from AUR (Arch Linux)
6464
-----------------------------
6565

66-
You can find the package `here <https://aur.archlinux.org/packages/conan/>`_. The easiest way is using **pacaur** tool:
66+
The easiest way to install Conan on Arch Linux is by using one of the `Arch User Repository (AUR) helpers <https://wiki.archlinux.org/index.php/AUR_helpers#Active>`_, eg. **yay**, **aurman**, or **pakku**.
67+
For example, the following command installs Conan using ``yay``:
6768

6869
.. code-block:: bash
6970
70-
$ pacaur -S conan
71+
$ yay -S conan
7172
72-
Or you can also use ``makepkg`` and install it following the `AUR docs: installing packages
73-
<https://wiki.archlinux.org/index.php/Arch_User_Repository>`_.
74-
75-
Just remember to install four Conan dependencies first. They are not in the official repositories but there are in **AUR** repository too:
73+
Alternatively, build and install Conan manually using ``makepkg`` and ``pacman`` as described in `the Arch Wiki <https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_packages>`_.
74+
Conan build files can be downloaded from AUR: https://aur.archlinux.org/packages/conan/.
75+
Make sure to first install the three Conan dependencies which are also found in AUR:
7676

7777
- python-patch
7878
- python-node-semver
79-
- python-distro
8079
- python-pluginbase
8180

81+
8282
Install the binaries
8383
--------------------
8484

0 commit comments

Comments
 (0)