docs(perf): Updated
[para.git] / INSTALL.rst
blobc7bc0079c89f2465668f0fa9bca8b94a7dd10ae2
1 Build
2 -----
4 Install a C build toolchain::
6     sudo ./installc
8 Detect the build configuration::
10     ./configure
12 Build Para::
14     make
16 See :doc:`build` for details and troubleshooting.
19 Installation
20 ------------
22 Install Para *either* system-wide::
24     sudo make install
26 *Or* to your home directory::
28     make prefix=~/.local install
31 De-installation
32 ---------------
34 .. code:: bash
36     sudo make uninstall
38 .. tip::
39     If Para was installed to a directory you have write permissions for,
40     :command:`make uninstall` suffices.