diff options
-rw-r--r-- | doc/compiling.org | 3 | ||||
-rw-r--r-- | readme.org | 10 |
2 files changed, 8 insertions, 5 deletions
diff --git a/doc/compiling.org b/doc/compiling.org index e262ba0..b4159df 100644 --- a/doc/compiling.org +++ b/doc/compiling.org @@ -38,6 +38,9 @@ them to =stack= directly: #+end_src ** Optional features + :PROPERTIES: + :CUSTOM_ID: optional-features + :END: You can configure xmobar to include some optional plugins and features, which are not compiled by default. To that end, you need @@ -73,12 +73,12 @@ channel, ~#xmobar~, at [[ircs://irc.libera.chat][Libera]]. cabal install xmobar #+end_src - Starting with version 0.35.1, xmobar now requires at least GHC - version 8.4.x. to build. See [[https://codeberg.org/xmobar/xmobar/issues/461][this issue]] for more information. + Starting with version 0.35.1, xmobar now requires at least GHC version + 8.4.x. to build. See [[https://codeberg.org/xmobar/xmobar/issues/461][this issue]] for more information. - See [[file:doc/compiling.org][compiling]] for a list of optional compilation flags that will - enable some optional plugins. For instance, to install xmobar with - all the bells and whistles (this is probably what you want), use: + See [[file:doc/compiling.org#optional-features][here]] for a list of optional compilation flags that will enable some + optional plugins. For instance, to install xmobar with all the bells and + whistles (this is probably what you want), use: #+begin_src shell cabal install xmobar --flags="all_extensions" |