HiGregSmith / wxFormBuilder

wxFormBuilder - a RAD tool for wxWidgets GUI design

Home Page:https://github.com/wxFormBuilder/wxFormBuilder/releases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wxFormBuilder Build status

Download Binaries

Install From Source

Windows (MSYS2)

Install MSYS2 and run the following inside a MinGW 32 bit shell:

pacman -S --needed mingw-w64-i686-wxWidgets git make mingw-w64-i686-binutils mingw-w64-i686-gcc mingw-w64-i686-boost
git clone --recursive --depth=1 https://github.com/wxFormBuilder/wxFormBuilder
cd wxFormBuilder
cmd.exe /C "create_build_files4.bat --wx-root=/mingw32/bin --force-wx-config --disable-mediactrl"
ln -s /mingw32/include/binutils/bfd.h /mingw32/include/bfd.h
ln -s /mingw32/include/binutils/symcat.h /mingw32/include/symcat.h
ln -s /mingw32/lib/binutils/libbfd.a /mingw32/lib/libbfd.a
ln -s /mingw32/lib/binutils/libiberty.a /mingw32/lib/libiberty.a
cd build/3.0/gmake
sed 's!\$(LDFLAGS) \$(RESOURCES) \$(ARCH) \$(LIBS)!\$(LIBS) \$(LDFLAGS) \$(RESOURCES) \$(ARCH)!g' *.make -i
sed 's!-lbfd!-lbfd -lz!g' *.make -i
make config=release

Run:

cd ../../../output/
./wxFormBuilder.exe

Linux

Pre-requisites for Ubuntu:

sudo apt-get install libwxgtk3.0-dev libwxgtk-media3.0-dev libboost-dev

Download and build:

git clone --recursive --depth=1 https://github.com/wxFormBuilder/wxFormBuilder
cd wxFormBuilder
./create_build_files4.sh
cd build/3.0/gmake
make config=release

Run:

cd ../../../output/bin/
./wxformbuilder

About

wxFormBuilder - a RAD tool for wxWidgets GUI design

https://github.com/wxFormBuilder/wxFormBuilder/releases

License:GNU General Public License v2.0


Languages

Language:C++ 37.8%Language:C 36.0%Language:Lua 14.4%Language:HTML 7.5%Language:Makefile 2.9%Language:Shell 0.6%Language:Inno Setup 0.2%Language:Roff 0.2%Language:Batchfile 0.2%Language:Objective-C 0.0%Language:CSS 0.0%