From 1a44f91a4a33e3ea8b9127ee2a7f2589adab6818 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Thu, 24 Mar 2022 15:00:05 -0600 Subject: added BSD compatibility --- INSTALL.rst | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) (limited to 'INSTALL.rst') diff --git a/INSTALL.rst b/INSTALL.rst index e69de29..64ab3e5 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -0,0 +1,40 @@ +Installation +============= + +To install ``uirc``, you need to have the following items: + +* A C compiler (``uirc`` uses ``gcc`` by default, but you can change what compiler you use in the `config.mk file `_.) +* The cURL libraries +* The ``stb`` libraries + +If you want to install all three at once, follow the instructions for your system below. + +Debian/Debian-based (Ubuntu, Pop!_OS, etc.) +-------------------------------------- +.. code:: bash + + $ sudo apt install git libcurl3-gnutls libstb-dev + +RHEL-based (Fedora, CentOS, etc.) +---------------------------------- +.. code:: bash + + $ sudo dnf install git + +OpenSUSE +--------- +.. code:: bash + + $ sudo zypper install + +Arch/Arch-based (Manjaro, EndeavourOS, etc.) +--------------------------------------------- +.. code:: bash + + $ sudo pacman -S + +FreeBSD/OpenBSD +---------------- +.. code:: fish + + $ doas pkg_add -- cgit v1.2.3