Now, I begin to understand the mechanism of wxWidget. Time to look for a good IDE. After some googling session, I decide to install code::block.
At first, I downloaded the source code. However, I failed to build it myself and found it is too complicated to rectify the problem. So, I downloaded the *.deb package and installed it:
$wget -c http://transact.dl.sourceforge.net/sourceforge/codeblocks/codeblocks_8.02-0ubuntu1.deb.tar.gz
$tar -xf codeblocks_8.02-0ubuntu1.deb.tar.gz
#sudo dpkg -i *.deb
Surprisingly, right after the package installed synaptic update manager shouted that an upgraded package is available from repository .... :) If only I knew from the beginning I will install from the repository instead...:)
At first, I downloaded the source code. However, I failed to build it myself and found it is too complicated to rectify the problem. So, I downloaded the *.deb package and installed it:
$wget -c http://transact.dl.sourceforge.net/sourceforge/codeblocks/codeblocks_8.02-0ubuntu1.deb.tar.gz
$tar -xf codeblocks_8.02-0ubuntu1.deb.tar.gz
#sudo dpkg -i *.deb
Surprisingly, right after the package installed synaptic update manager shouted that an upgraded package is available from repository .... :) If only I knew from the beginning I will install from the repository instead...:)
Comments
Post a Comment