RPM
just download i386 packet then
#rpm -ivh muhasebeci-0.4a-0.i386.rpm
now you can just write that at consol
#muhasebeci
or look Office menu in Gnome and click on "Muhasebeci"
Compiling
You have to has mysql-devel and libmysqlclient packets. Extract Muhasebeci.tar.gz
1. #sh autogen.sh
2. #make
3. #make install
now You have to has running mySQL server on your machine. Chack with
# ps -aux|grep mysql
if there is nothing like mysqld then
#/etc/rc.d/init.d/mysqld start
# /etc/rc.d/init.d/mysqld start
Starting MySQL: [ OK ]
now run the application
#muhasebeci
Now you see a settings window for mysql properties. now u should enter 127.0.0.1 and press on
Create which will make all settings and tables in mySQL ready for you and save settings in conf files.
NOTE : Send your problems to Forum
|