Gentoo Archives: gentoo-user

From: Daniel Vrcic <daniel.vrcic@××××××××.hr>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Ktoon
Date: Wed, 17 Aug 2005 00:23:40
Message-Id: 20050817002124.GB3241@ipanema.org
In Reply to: Re: [gentoo-user] Re: Ktoon by Ian K
1 * Ian K <omega_2_1@×××××.ca> [05-08-17 02:03]:
2 > Daniel Vrcic wrote:
3 > > * Ian K <omega_2_1@×××××.ca> [05-08-16 10:46]:
4 > > > Hi there,
5 > > > Does anyone know how to get KToon working? http://ktoon.toonka.com/ I
6 > > > cannot compile it because when I run Qmake to compile the sources, it
7 > > > says qmake: command not found. What can I do?
8 > > Assuming that you have Qt library installed. qmake is located in
9 > > /usr/qt/3/bin/ so you should add that directory to your $PATH enviroment
10 > > variable.
11 > [blushing] How do I do that again?
12
13 For one-time use you can do the following:
14
15 # export PATH=/usr/qt/3/bin:$PATH
16
17 Then you can compile your program from the same terminal you typed the
18 command above.
19
20 For long-term use you should add that command to your shell's
21 configuration file. If your shell is bash (default) then that conf. file
22 will be $HOME/.bashrc .
23
24 --
25 Daniel Vrcic
26 --
27 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: Ktoon Neil Bothwick <neil@××××××××××.uk>