On 2/6/20 2:52 PM, Collin Guan via blfs-support wrote:
Hi Ken & Pierre,

Yes, just downloaded and installed it after changed /ru/ to /en/ on the URL. Thanks!

Once more question. How about "Oxygen" fonts? I downloaded the source code. Do I have to compiled it? Any suggestions? I have "cmake" and "fontforge" installed. I see there is "oxygen-fonts" sub-directory and within in it there are "Bold-700", "mono-400", and "Regular-400". We have one ttf files in each sub-directory. Should I simply copy these 3 ttf files to /usr/share/fonts/oxygen and run "fc-cache"? Then we don't have to recompile the code, right?

What I have always done for oxygen fonts is:

    mkdir build &&
    cd    build &&
    cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&
    sudo make install

  -- Bruce
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to