Deal with issue #2

This commit is contained in:
speedie 2023-06-06 22:06:06 +02:00
parent fd92de24ff
commit d4bfa5a5fc
2 changed files with 19 additions and 12 deletions

View file

@ -205,18 +205,20 @@ in more detail.</p>
</ul></li>
<li>libX11
<ul>
<li>For X11 support</li>
<li>If youre using macOS, XQuartz is a dependency instead.</li>
<li>If youre using Wayland, <code>xorg-xwayland</code> is a
dependency.</li>
<li>For X11 support, which is optional.</li>
</ul></li>
<li>libXrender
<ul>
<li>For X11 support, which is optional.</li>
</ul></li>
<li>libXrender</li>
<li>imlib2
<ul>
<li>Only a dependency if X11 support is enabled.</li>
<li>Used for image support, can be disabled during compile time.</li>
</ul></li>
<li>libXinerama
<ul>
<li>For X11 support, which is optional.</li>
<li>Used for multi-monitor support, can be disabled during compile
time.</li>
</ul></li>
@ -275,7 +277,7 @@ compiler options.</p>
<p>Now, to build it run <code>ninja -C build</code>. If all went well
you should have a binary in the <code>build/</code> directory.</p>
<p>Finally, to install it all, run:</p>
<p><code>meson install -C build --prefix /usr # /usr may be overriden to /usr/local or anything else if you use macOS or simply want another destination directory</code></p>
<p><code>meson install -C build --prefix /usr # /usr may be overriden to /usr/local or anything else</code></p>
<p>To generate documentation, which may be necessary if youre pushing
new changes to your Git repository, run
<code>scripts/make/generate-docs.sh</code> <strong>in the current
@ -322,6 +324,9 @@ wiki</a>. Feel free to contribute and try scripts on there.</p>
file for more information!</p>
<h2 id="wiki">Wiki</h2>
<p>spmenu has <a href="https://spmenu.speedie.site">a wiki</a> for more
extensive documentation. Contributions to the wiki are appreciated!</p>
extensive documentation. Contributions to the wiki are appreciated, and
can be done through <a
href="https://git.speedie.site/speedie/spmenu-wiki">the Git
repository</a>.</p>
</body>
</html>

View file

@ -28,13 +28,14 @@ It also serves as a dmenu replacement for Wayland users.
- xkbcommon
- For Wayland support, which is optional.
- libX11
- For X11 support
- If you're using macOS, XQuartz is a dependency instead.
- If you're using Wayland, `xorg-xwayland` is a dependency.
- For X11 support, which is optional.
- libXrender
- For X11 support, which is optional.
- imlib2
- Only a dependency if X11 support is enabled.
- Used for image support, can be disabled during compile time.
- libXinerama
- For X11 support, which is optional.
- Used for multi-monitor support, can be disabled during compile time.
- OpenSSL
- Used to calculate MD5 of images if image support is enabled, can be
@ -99,7 +100,7 @@ binary in the `build/` directory.
Finally, to install it all, run:
`meson install -C build --prefix /usr # /usr may be overriden to /usr/local
or anything else if you use macOS or simply want another destination directory`
or anything else`
To generate documentation, which may be necessary if you're pushing new changes
to your Git repository, run `scripts/make/generate-docs.sh` **in the current
@ -147,4 +148,5 @@ more information!
## Wiki
spmenu has [a wiki](https://spmenu.speedie.site) for more extensive
documentation. Contributions to the wiki are appreciated!
documentation. Contributions to the wiki are appreciated, and
can be done through [the Git repository](https://git.speedie.site/speedie/spmenu-wiki).