How to update CL in UBUNTU 9.10?

CodeLite installation/troubleshooting forum
DJBobo
CodeLite Enthusiast
Posts: 18
Joined: Sun Apr 05, 2009 9:46 am
Genuine User: Yes
IDE Question: C++
Location: Southern Russia
Contact:

Re: How to update CL in UBUNTU 9.10?

Post by DJBobo »

Thanks
No, I downloaded wxWidgets by Synaptic in Ubuntu 9.10

my wxWidgets version is 2.8.10


but I will try to get newer version from wxWidgets side.

The output is:

Code: Select all

sergei@ubuntu:~$ wx-config --version
2.8.10
sergei@ubuntu:~$ 
DJBobo
CodeLite Enthusiast
Posts: 18
Joined: Sun Apr 05, 2009 9:46 am
Genuine User: Yes
IDE Question: C++
Location: Southern Russia
Contact:

Re: How to update CL in UBUNTU 9.10?

Post by DJBobo »

I did it.

If anyone encounter similar problem.....

I downloaded sourcecode:

Code: Select all

 svn co https://codelite.svn.sourceforge.net/svnroot/codelite/trunk codelite
then built it and installed:

Code: Select all

 cd codelite/
 ./configure 
 make
 [Become the superuser]
 make install
Now I have version 2.5.2.4059 and it works OK :)
Post Reply