···11# Installation
2233+ - [Enable bitmap fonts](#enable-bitmap-fonts)
34 - [Install from release](#install-from-release)
45 - [Build from source](#build-from-source)
56 - [Verification](#verification)
67 - [Troubleshooting](#troubleshooting)
7899+## Enable bitmap fonts
1010+1111+If you are an Debian/Ubuntu based system, chances are bitmap
1212+fonts are disabled, go ahead and enable them:
1313+1414+```
1515+sudo mv /etc/fonts/conf.d/10-* /etc/fonts/conf.avail/
1616+sudo mv /etc/fonts/conf.d/70-no-bitmaps.conf /etc/fonts/conf.avail/
1717+```
1818+1919+If you would like to disable them for some reason, simply
2020+move the files back back from `/etc/fonts/conf.avail` to
2121+`/etc/fonts/conf.d`.
2222+823## Install from release
9241025 1. Grab the latest release from the
···2540# but you may install the otbs if you want to
2641cp otb/* ~/.local/share/fonts
27422828-# bdfs are not recommendedk
4343+# bdfs are not recommended
2944cp bdf/* ~/.local/share/fonts
3045```
3146···48631. Open `build.sh` and change variable `BNP` to the full
4964 path to the BitsNPicas `jar` file.
5065```shell
5151-# for example.:
6666+# for example:
5267export BNP="/home/nerdypepper/downloads/BitsNPicas.jar"
5368```
5469