how compile abiword in spanish ?Forum: Apps Topic: how compile abiword in spanish ? started by: kuky Posted by kuky on Sep. 22 2007,21:04
I want to have abiword in spanish to make an uci file...1) I download the last 2.4 ver of abiword in file of type abiword bla bla .package in abiword official web.... 2) i run "bash abiwordblabla.package" ,in aterm,and stop because mdsum is wrong... turn to download and occurs the same... 3) i download abiword in source file type .tar.gz i run and its make a dir abiword and go to /abi/ to execute config and stop... i have gcc instaled... help....... how its made abiword.uci for dsl? thanks Posted by stupid_idiot on Sep. 22 2007,23:26
abiword depends on gtk2 to build.You need to get gtk2 libraries and gtk2 headers first. You can get from mydsl: gtk2 libraries - < http://distro.ibiblio.org/pub....0.9.unc > gtk2 headers - < http://distro.ibiblio.org/pub....evs.unc > Posted by curaga on Sep. 23 2007,07:51
I don't recommend Abiword 2.4, as it needs also some Gnome libraries, which in turn need a horde of other Gnome libraries. Try Abiword 2.2, it's what I have, and still a little more recent than the ones in mydsl..
Posted by kuky on Sep. 23 2007,17:47
i download abiword 2.10 but in .package the same problem with bash abiword blabla.package a error in a md5sum in the exe, the md5sum in file its ok..with source program begin to run in configure but stop in glib... curaga how you load abiword ? thanks Posted by curaga on Sep. 23 2007,18:18
I compiled it from source..
Posted by kuky on Sep. 23 2007,19:31
how ?
Posted by curaga on Sep. 24 2007,07:06
Well I first got all the dependencies (popt, glade, fribidi) and thencd abi && ./configure --prefix=/opt/abiword && make sudo make install Of course you need the normal stuff for compiling too (gcc1-with-libs and gnu-utils) |