OESF Portables Forum
		General Forums => General Discussion => Topic started by: bam on May 31, 2006, 10:40:50 pm
		
			
			- 
				well tried to compile 'aspell', it compiled but had an error about not knowing what to do with make "all" in the po directory, but however it did install the libraries(8mb) ouch and the binary. But cant seem to get the dictionary installed. anyone else wanna give this a whirl? Also where can I find more details about compiling on the z? Any and all info is appreciated. Also I would like to get man pages installed for my z any ideas where to start?
			
- 
				well tried to compile 'aspell', it compiled but had an error about not knowing what to do with make "all" in the po directory, but however it did install the libraries(8mb) ouch and the binary. But cant seem to get the dictionary installed. anyone else wanna give this a whirl? What error did you have when installing dictionary?
 
 If you have installed aspell properly then installing dictionaries is a simple matter of:
 wget ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-6.0-0.tar.bz2
 tar jxf aspell6-en-6.0-0.tar.bz2
 cd aspell6-en-6.0-0
 ./configure
 mkdir -p /mnt/hd/ipkg-aspell-dict-en/CONTROL
 make DESTDIR="/mnt/hd/ipkg-aspell-dict-en/" install
 cp -a Copyright /mnt/hd/ipkg-aspell-dict-en/CONTROL/
 vi /mnt/hd/ipkg-aspell-dict-en/CONTROL/control
(obviously modify the above to taste).
 
 -- cheers