Improve doc on building from source

- Reformat build-time dependency list for readability
- Add build-time package dep of librsync-dev
This commit is contained in:
erin 2021-11-16 07:58:02 -08:00
parent d936ede790
commit b9b50bf7b4

View File

@ -46,10 +46,20 @@ Build-time dependencies:
* ``gcc`` or ``clang``
* ``pkg-config``
* For building on Linux in addition to the above dependencies you might also need to install the ``-dev`` packages for:
``libdbus-1-dev``, ``libxcursor-dev``, ``libxrandr-dev``, ``libxi-dev``, ``libxinerama-dev``,
``libgl1-mesa-dev``, ``libxkbcommon-x11-dev``, ``libfontconfig-dev``, ``libx11-xcb-dev``,
``liblcms2-dev``, and ``libpython3-dev``, if they are not already installed by your distro.
* For building on Linux in addition to the above dependencies you might also need to install the following packages, if they are not already installed by your distro:
- ``libdbus-1-dev``
- ``libxcursor-dev``
- ``libxrandr-dev``
- ``libxi-dev``
- ``libxinerama-dev``
- ``libgl1-mesa-dev``
- ``libxkbcommon-x11-dev``
- ``libfontconfig-dev``
- ``libx11-xcb-dev``
- ``liblcms2-dev``
- ``libpython3-dev``
- ``librsync-dev``
Install and run from source