added other section

This commit is contained in:
Bryson Steck 2022-03-24 15:52:10 -06:00
parent 3f0ba05685
commit 94f0619222

View file

@ -1,5 +1,5 @@
Installation Installation
============= *************
Instructions are available for the following operating systems: Instructions are available for the following operating systems:
@ -11,11 +11,12 @@ Linux/BSD
To install ``uirc``, you need to have the following items: To install ``uirc``, you need to have the following items:
* Git (obviously)
* A C compiler (``uirc`` uses ``gcc`` by default, but you can change what compiler you use in the `config.mk file <config.mk>`_.) * A C compiler (``uirc`` uses ``gcc`` by default, but you can change what compiler you use in the `config.mk file <config.mk>`_.)
* The cURL libraries * The cURL libraries
* The ``stb`` libraries * The ``stb`` libraries
If you want to install all three at once, follow the instructions for your system below. If you want to install all four at once, follow the instructions for your system below.
Debian/Debian-based (Ubuntu, Pop!_OS, etc.) Debian/Debian-based (Ubuntu, Pop!_OS, etc.)
-------------------------------------- --------------------------------------
@ -67,7 +68,6 @@ FreeBSD/OpenBSD
.. code:: bash .. code:: bash
$ doas pkg_add git curl wget $ doas pkg_add git curl wget
# then, clone the repository and install the 'stb' library:
$ git clone https://github.com/brysonsteck/uirc && cd uirc $ git clone https://github.com/brysonsteck/uirc && cd uirc
# in BSD, you must install the 'stb' library manually from GitHub. do this with: # in BSD, you must install the 'stb' library manually from GitHub. do this with:
$ doas make stb $ doas make stb
@ -81,6 +81,10 @@ To build ``uirc`` on BSD, you need to uncomment the OPTIONS line at the bottom o
# or, if you want to install globally, use: # or, if you want to install globally, use:
$ doas make install $ doas make install
Other Linux/UNIX-based systems
-------------------------------
If you fit this category, you probably know what you need to build ``uirc``.
Windows Windows
======== ========