Reply
Thread Tools
Posts: 1 | Thanked: 0 times | Joined on Sep 2010
#1
I've downloaded Mstardict and also one dictionary for it, but the problem is the dictionary is in .tar.bz2 format. Does anyone know how can I install dictionary in MstarDict?
 
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#2
Decompress it and copy the files over. If you've already got the file on the N900, then install bzip2 (apt-get install bzip2) and use bunzip2 (bunzip2 filename.tar.bz2) and tar (tar xf filename.tar) to decompress it.
 
jukzh's Avatar
Posts: 122 | Thanked: 22 times | Joined on Jun 2010 @ China
#3
PHP Code:
#!/bin/bash
tar -xjvf dict.tar.bz2
mv dict Mydocs
/mstardict/stardict/dic/
if [ `
pidof mstardict` ] 
then
 kill  
`pidof mstardict`
fi
mstardict 
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 18:12.