Page 1 of 1

Ubuntu 14.04 compilation problem

PostPosted: Sun Nov 02, 2014 10:43 am
by potomak
I use 64 bit version. I want to compile the latest version from git:
There is no libeb-dev, so I installed libeb16, libeb16-dev, libebml4

When I did
cd goldendict && qmake-qt4 && make

I got error
Project MESSAGE: Install Prefix is: /usr/local
Project ERROR: Package vorbisfile not found

And the same when I use qmake instaed of qmake-qt4

Any help, please?

By the way, what the latest version number is? Where to find it? I mean there is no info on github. In Ubuntu repository there is 1.5.

Re: Ubuntu 14.04 compilation problem

PostPosted: Sun Nov 02, 2014 1:34 pm
by Abs62
potomak wrote:Project ERROR: Package vorbisfile not found

And the same when I use qmake instaed of qmake-qt4

Any help, please?

Are you install libvorbis-dev package?

potomak wrote:By the way, what the latest version number is? Where to find it? I mean there is no info on github. In Ubuntu repository there is 1.5.

Last version you always can take from github (source code). Its number you can see in file "version.txt" beside project file after running qmake (or via Help -> About in GoldenDict after it launch).