summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2022-03-23 21:21:24 -0600
committerBryson Steck <steck.bryson@gmail.com>2022-03-23 21:21:24 -0600
commit13759c8df5a27e0dbf1b2a865af16fd1eb660e36 (patch)
tree0d288345fe81fd1c3d401f3c4f07f58f1274b665 /README.rst
parentb8a39733e6c92eb47f650ad1f73b4fcf23cf029d (diff)
downloaduirc-13759c8df5a27e0dbf1b2a865af16fd1eb660e36.tar
uirc-13759c8df5a27e0dbf1b2a865af16fd1eb660e36.tar.gz
uirc-13759c8df5a27e0dbf1b2a865af16fd1eb660e36.tar.bz2
add INSTALL
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst14
1 files changed, 1 insertions, 13 deletions
diff --git a/README.rst b/README.rst
index d85285e..07d7fc3 100644
--- a/README.rst
+++ b/README.rst
@@ -30,16 +30,4 @@ Or you could I guess, I won't stop you. There's just *way* more convenient (and
I've made my decision. How do I install?
----------------------------------------
-Ah, the UNIX community. Stubborn about always wanting to use command line tools over convenience. It just warms my heart.
-
-In order to build ``uirc``, you must have ``make`` or another compatible tool for Makefiles installed. You will also need the Public Domain ``stb`` header files, all of which can be installed through your system's package manager. You also can manually install the single header file ``uirc`` needs if you don't want the other headers. You can do this by running::
-
- $ make stb
-
-Once the headers are installed, you can simply run this command to make the binary::
-
- $ make
-
-Or, if you would like to install ``uirc`` to your system globally, run::
-
- $ make install
+Ah, the UNIX community. Stubborn about always wanting to use command line tools over convenience. It just warms my heart. Read the `INSTALL <INSTALL.rst>`_ file for instructions on how to install on your system.