User Tools

Site Tools


blog:infiniality_installation_on_linux

This is an old revision of the document!


Infiniality installation on linux

  1. Clone the git repo
    git clone https://github.com/chenxiaolong/Debian-Packages.git
    cd Debian-Packages/
  2. 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
  3. Build the packages:
    cd ../freetype-infinality/
    ./build.sh
    cd ../fontconfig-infinality/
    ./build.sh
  4. 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!

http://forums.debian.net/viewtopic.php?f=16&t=88545

Discussion

Enter your comment. Wiki syntax is allowed:
  _____ ______  _____   ____   __  ___
 / ___//_  __/ / ___/  / __/  /  |/  /
/ (_ /  / /   / (_ /  _\ \   / /|_/ / 
\___/  /_/    \___/  /___/  /_/  /_/
 
blog/infiniality_installation_on_linux.1441866594.txt.gz · Last modified: 2015-09-10 08:29 by brb