this repo has no description
20
fork

Configure Feed

Select the types of activity you want to include in your feed.

add instructions to enable bitmaps

Akshay 8a1f36a5 86afd610

+17 -2
+17 -2
INSTALL.md
··· 1 1 # Installation 2 2 3 + - [Enable bitmap fonts](#enable-bitmap-fonts) 3 4 - [Install from release](#install-from-release) 4 5 - [Build from source](#build-from-source) 5 6 - [Verification](#verification) 6 7 - [Troubleshooting](#troubleshooting) 7 8 9 + ## Enable bitmap fonts 10 + 11 + If you are an Debian/Ubuntu based system, chances are bitmap 12 + fonts are disabled, go ahead and enable them: 13 + 14 + ``` 15 + sudo mv /etc/fonts/conf.d/10-* /etc/fonts/conf.avail/ 16 + sudo mv /etc/fonts/conf.d/70-no-bitmaps.conf /etc/fonts/conf.avail/ 17 + ``` 18 + 19 + If you would like to disable them for some reason, simply 20 + move the files back back from `/etc/fonts/conf.avail` to 21 + `/etc/fonts/conf.d`. 22 + 8 23 ## Install from release 9 24 10 25 1. Grab the latest release from the ··· 25 40 # but you may install the otbs if you want to 26 41 cp otb/* ~/.local/share/fonts 27 42 28 - # bdfs are not recommendedk 43 + # bdfs are not recommended 29 44 cp bdf/* ~/.local/share/fonts 30 45 ``` 31 46 ··· 48 63 1. Open `build.sh` and change variable `BNP` to the full 49 64 path to the BitsNPicas `jar` file. 50 65 ```shell 51 - # for example.: 66 + # for example: 52 67 export BNP="/home/nerdypepper/downloads/BitsNPicas.jar" 53 68 ``` 54 69