[Windows] codelite is moving to wxwidgets 2.9.2

Discussion about CodeLite development process and patches
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: [Windows] codelite is moving to wxwidgets 2.9.2

Post by eranif »

If you want another wx-config to run, type from the command line:

Code: Select all

PATH=/path/to/your/wx-config-directory/:$PATH ./configure 
make
sudo make install
NOTE:
Your questions are not related to this thread. So please start a new thread with a proper description

Eran
Make sure you have read the HOW TO POST thread
Post Reply