Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: Xianwen Chen on January 31, 2010, 05:05:09 AM

Title: Chinese support
Post by: Xianwen Chen on January 31, 2010, 05:05:09 AM
Hello friends,

I finally removed all other Linux distros which makes TCL the only distro in my box. After adding latex support, it's time for me to add Chinese support.

I have this code, from some DSL users, shown as below:

Code: [Select]
cd /home/dsl
wget http://www.newsclan.com/dsl/cnpack.tar.gz
cd /
sudo tar -vxzf home/dsl/cnpack.tar.gz
sudo chown -R dsl /home/dsl/.mozilla
sudo mkdir /usr/lib/X11/fonts/misc
xset fp rehash

This is how DSL users add Chinese support. I tried this, but it doesn't work with TCL. Can anyone have a look at this piece and suggest how we may revise it?

Thank you!