Original post address: http://www.linuxfans.org/nuke/modules.php? Name = forums & file = Viewtopic & t = 164776
First, make sure that you have installed G ++, GCC, make, auto make, Perl and other compilation and Installation Tools in Ubuntu. If you have not installed these tools, you cannot compile them, if it is not installed, use $ sudo apt-Get install g ++ GCC make automake Perl.
Then you have to install kdelibs4-dev and kdelibs4c2a for compilation
Code: |
$ Sudo apt-Get install kdelibs4-dev kdelibs4c2a |
2. Download from the InternetEva(CVS) Decompression:
:
Http://www.magiclinux.org/people/yunfan/Eva-0.4.1/Eva-0.4.1-cvs-20060204.tar.bz2
For example, download the package directly to the desktop and decompress the package:
Code: |
Eva-0.4.1-cvs-20060204.tar.bz2 $ Cd ~ /Desktop/Eva $./Configure -- prefix =/Eva $ Make $ Sudo make install $ Sudo ln-S/Eva/Bin/Eva/Usr/bin/Eva// Establish a connection |
Then use commands in the terminal
$Eva&
It can be started in the backgroundEvaNow! Basically !!!
3. At last, you may not be able to enter Chinese characters. Therefore, you need:
$ Sudo apt-Get install scim-qtimm
Haha, solve the Chinese Input problem !!!
If you want to addEva(Compile and install it by yourself in GNOME)EvaWill not automatically create the Startup menu), you must add the following step:
Sudo gedit/usr/share/applications/Eva. Desktop
Add the following content to the open file and save it.
[Desktop entry]
Name =Eva
Comment = QQ Client
Exec =/usr/bin/Eva
Icon =/usr/share/apps/Eva/Image/theme/Eva. PNG
Terminal = false
Type = Application
Categories = application; network;
Then $ killall gnome-panel
You can findEvaStartup Item
The following steps can be omitted:
*/
If you want to updateEvaIf you cannot find the source, you can try the CVS Update (the latest test version is available after the update, which is not recommended for new users ):
$ Sudo apt-Get install CVS
Then we can use CVS to updateEvaNow
$ CVS-D: pserver: anonymous@evaq.cvs.sf.net:/cvsroot/evaq CoEva
/*
Now all the installation is complete.EvaI encountered a lot of trouble. Thanks to the guidance of the two experts, I would like to thank manrakechina and bamboo yunfan.
Finally, I hope this post will be helpful to some new users.
Note: use $ sudo apt-Get install directly.EvaAlthough the dependency problem can be solved, after the installation is successful, the interface is in English, and the input of Chinese characters is a bit problematic, sometimes unstable, and often crashes. It is recommended that you install software by yourself for new users.