From 544ed696daa3eb46d3eac44fb3221b5ad00bf982 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Tue, 30 Aug 2022 23:00:11 +1000 Subject: [PATCH] Add install instructions for ArchLinux for IfcOpenShell/IfcConvert --- src/ifcopenshell-python/docs/ifcconvert/installation.rst | 6 ++++++ src/ifcopenshell-python/docs/ifcopenshell/installation.rst | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/src/ifcopenshell-python/docs/ifcconvert/installation.rst b/src/ifcopenshell-python/docs/ifcconvert/installation.rst index 5d5835f956..5810c0e62a 100644 --- a/src/ifcopenshell-python/docs/ifcconvert/installation.rst +++ b/src/ifcopenshell-python/docs/ifcconvert/installation.rst @@ -6,6 +6,7 @@ There are different methods of installation, depending on your situation. 1. **Pre-built packages** is recommended for users wanting to use the latest IfcOpenShell builds. 2. **Conda** is recommended for developers using Anaconda. 3. **Compiling from source** is recommended for developers actively working with the C++ core. +4. **Packaged installation** is recommended for those who use a package manager. Pre-built packages ------------------ @@ -49,3 +50,8 @@ Compiling from source Advanced developers may want to compile IfcOpenShell. Refer to the :doc:`IfcOpenShell installation guide <../ifcopenshell/installation>` for instructions. + +Packaged installation +--------------------- + +- **Arch Linux**: `Direct from Git `__. diff --git a/src/ifcopenshell-python/docs/ifcopenshell/installation.rst b/src/ifcopenshell-python/docs/ifcopenshell/installation.rst index a7ff243419..a78f2cdba8 100644 --- a/src/ifcopenshell-python/docs/ifcopenshell/installation.rst +++ b/src/ifcopenshell-python/docs/ifcopenshell/installation.rst @@ -270,3 +270,8 @@ This is for users of `MSYS2 `__ and `MinGW For more information on configuring a Windows compilation see the `Windows Readme `__. + +Packaged installation +--------------------- + +- **Arch Linux**: `Direct from Git `__.