diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2022-03-24 15:52:10 -0600 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2022-03-24 15:52:10 -0600 |
commit | 94f06192226e6297b6fbd1d35a3d0b53076e9a4e (patch) | |
tree | 2bf186fc9e4829a17f0c9d1257f29171bad17e49 | |
parent | 3f0ba05685169aa1dec2d23504d7a63ddf10f785 (diff) | |
download | uirc-94f06192226e6297b6fbd1d35a3d0b53076e9a4e.tar uirc-94f06192226e6297b6fbd1d35a3d0b53076e9a4e.tar.gz uirc-94f06192226e6297b6fbd1d35a3d0b53076e9a4e.tar.bz2 |
added other section
-rw-r--r-- | INSTALL.rst | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/INSTALL.rst b/INSTALL.rst index 8cd022b..d143e2e 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -1,5 +1,5 @@ Installation -============= +************* Instructions are available for the following operating systems: @@ -11,11 +11,12 @@ Linux/BSD 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>`_.) * The cURL 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.) -------------------------------------- @@ -67,7 +68,6 @@ FreeBSD/OpenBSD .. code:: bash $ doas pkg_add git curl wget - # then, clone the repository and install the 'stb' library: $ git clone https://github.com/brysonsteck/uirc && cd uirc # in BSD, you must install the 'stb' library manually from GitHub. do this with: $ 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: $ doas make install +Other Linux/UNIX-based systems +------------------------------- +If you fit this category, you probably know what you need to build ``uirc``. + Windows ======== |