You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wget -O ~/Downloads/splix-2.0.0.tar.bz2 https://pilotfiber.dl.sourceforge.net/project/splix/splix/2.0.0/splix-2.0.0.tar.bz2
tar xjf ~/Downloads/splix-2.0.0.tar.bz2
cd splix-2.0.0
Patch Splix files to make it build
sed -i 's/const PPDFile::Value::Value/const PPDFile::Value/g' src/ppdfile.cpp
sed -i 's/-lcupsimage/-lcupsimage -pthread/g' module.mk
mkdir -p ~/.local/share/fonts
for type in Bold Light Medium Regular Retina; do wget -O ~/.local/share/fonts/FiraCode-$type.ttf "https://github.com/tonsky/FiraCode/blob/master/distr/ttf/FiraCode-$type.ttf?raw=true"; done
fc-cache -f