Compile Guncash
Bob Brush
bobbrush3 at gmail.com
Thu Mar 26 23:24:12 EDT 2015
This link might help:
http://wiki.gnucash.org/wiki/Building#Ubuntu
I use a different os, this is my routine, it might help if you can see the parallels:
#testing gnucash
yum groupinstall "Development Tools"
yum install gtk2-devel guile-devel GConf2-devel libgnomeui-devel swig
yum install libdbi-devel
yum install libdbi-dbd-pgsql
#yum install libdbi-dbd-sqlite
yum install webkitgtk3-devel
yum install boost boost-devel
yum install libxslt-devel
yum install goffice08-devel
yum install webkitgtk-devel
yum install libtool-ltdl-devel guile-devel gtkhtml3-devel
exit
#no root
mkdir -p ~/development
cd ~/development
git clone https://github.com/Gnucash/gnucash/ gnucash
cd gnucash
./autogen.sh
./configure --prefix=$HOME/unstable/gnucash --enable-debug --enable-doxygen --enable-error-on-warning --enable-compile-warnings
make all install
> On Mar 26, 2015, at 7:30 PM, Dennis Powless <claven123 at gmail.com> wrote:
>
> I am having trouble installing Gnucash 2.6.5 in ubuntu 14.04 LTS
>
> I downloaded the tar.bz2 file and extracted it to a folder Gnucash on the
> desktop.
>
> I then opened terminal and cd to that folder and the gnucash-2.6.5 folder
>
> I then ran the code in terminal
> ./configure
>
> then I entered
> make
> nothing
>
> then I entered
>
> sudo make install
>
> I get an error of sorts about the target etc... and not sure what it means.
>
> I did the same thing and used checkinstall no different
>
> How do I install gnucash 2.6.5 triend the other option and it was the 2.6.1
>
> Thanks,
>
> Dennis
> _______________________________________________
> gnucash-user mailing list
> gnucash-user at gnucash.org
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> -----
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
More information about the gnucash-user
mailing list