Building Tagaini Jisho on Ubuntu Hardy 8.04
I am able to successfully build and run on Ubuntu Hardy, and I wanted to post here for anyone else looking to do this:
Download src tar.
http://
Enable Hardy Backports
In the System-
See https:/
Be sure to select reload to the dialog that pops up after you click close to rebuild your software lists.
Run update manager, install any updates related to qt4/phyton. Make sure that the following are installed
In a terminal, execute the following to get the required packages for building:
sudo apt-get install python-qt4-common python-qt4 python-qt4-sql pythyon-qt4-dev libqt4-dev scons
Go to the directory with the tar file and untar it.
tar -xvf tagainijisho-
cd tagainijisho-0.2.1a
Edit the SConstruct file
Even though I have scons v0.97.0d2007120
Here is a diff between the file and my changes:
26c26
< opts = Options()
---
> opts = Variables()
29,30c29,30
< opts.Add(
< opts.Add(
---
> opts.Add(
> opts.Add(
Basically, I needed to change "Options()" to "Variables()" on line 26, and change "BoolVariable" to "BoolOption" and "List Variable" to "ListOption" on lines 29 and 30 respectively.
Save the file and then at the command prompt type:
scons release=yes
Eat dinner. Come back and and run:
sudo scons release=1 install
You're done. Tagaini Jisho is now in /usr/bin/
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- computermacgyver
- Solved:
- Last query:
- Last reply: