blog:infiniality_installation_on_linux
Infiniality installation on linux
OUTDATED; no longer needed
- Clone the git repo
git clone https://github.com/chenxiaolong/Debian-Packages.git cd Debian-Packages/
- Install the build dependencies. Run the following command and install the packages it lists using apt-get/synaptic/etc.
cd freetype-infinality/ dpkg-checkbuilddeps cd ../fontconfig-infinality/ dpkg-checkbuilddeps
- Build the packages:
cd ../freetype-infinality/ ./build.sh cd ../fontconfig-infinality/ ./build.sh
- Install the deb files:
cd .. sudo dpkg -i freetype-infinality/*.deb fontconfig-infinality/*.deb
You'll need to reboot after installing the deb files. Enjoy the better looking fonts!
Ref:
blog/infiniality_installation_on_linux.txt · Last modified: 2022-11-29 08:24 by brb
Discussion