No more packages for 10.04 available?

Asked by Michael Zaugg (AOI)

Are there no more packages for 10.4 available?
We are an Institute of East Asian Studies and would use Tagaini under 10.4

Regards
Miguel

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu tagainijisho Edit question
Assignee:
No assignee Edit question
Solved by:
Michael Zaugg (AOI)
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Lucid is supported until April 2013.

Revision history for this message
Michael Zaugg (AOI) (it-oas) said :
#2

I know. But until then?
As we have to maintain a range of Systems upgrading (and training) is planned for next year.

Revision history for this message
Warren Hill (warren-hill) said :
#3

That package is not officially supported but there is a guide to install it here

http://k4nz4k1g4w4.wordpress.com/2011/10/19/installing-tagaini-japanese-dictionary-on-ubuntu/

I have not tried this and I don't know the source so no guarantees.

Revision history for this message
N1ck 7h0m4d4k15 (nicktux) said :
#4
Revision history for this message
Michael Zaugg (AOI) (it-oas) said :
#5

@warren-hill: The package for 10.04 is no longer available in any Repo.

So finally I built it by myself.

Requirements:
sudo apt-get install qt4-dev-tools cmake build-essential

Build:
1. Get source
2. CD into source folder
3. cmake . -DCMAKE_INSTALL_PREFIX=/usr/
    → the Install prefix is very important, otherwise Tagaini won’t find the database.
4. make
5. cpack -G DEB

Tagaini requires libqt4-gui