Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 482 Bytes

File metadata and controls

37 lines (26 loc) · 482 Bytes

How to install wxWidgets

Get version 3.1 (e.q from github)

git clone https://github.com/wxWidgets/wxWidgets.git wxwidgets
cd wxwidgets  
git reset --hard v3.1.0

Configure:

mkdir build-gtk
cd build-gtk

Static:

../configure --disable-shared --enable-unicode

Or shared:

../configure --enable-shared --enable-unicode

Build it!

make
make install

Thats it! Now you are ready for building LightBulb.