Skip to content

wxWidgets

Jason Charney edited this page Apr 1, 2016 · 1 revision

🚧 NEW PAGE!

Installation Instruction

We'll certainly want to look into building for X11, GTK, and Qt.

sdl libmspack STL

You will likely want to install OCaml as well.

$ sudo apt-get libmspack-dev libmspack0 freeglut3-dev freeglut3 libcairo2-dev libsdl-gfx1.2-5 libsdl-gfx1.2-dev libsdl-image1.2 libsdl-image1.2-dev libsdl-mixer1.2 libsdlmixer1.2-dev libsdl-net1.2 libsdl-net1.2-dev libsdl-ocaml libsdl-ocaml-dev libsdl-perl libsdl-sge libsdl-sge-dev libsdl-sound1.2 libsdl-sound1.2-dev libsdl-ttf2.0-0 libsdl-ttf2.0-dev libpango-1.0-0 libpango1.0-0 libpango1.0-dev libsdl-pango1 libsdl-pango-dev libsdl1.2-dev libsdl1.2debian libsdl2-2.0-0 libsdl2-dev libsdl2-gfx-1.0-0 libsdl2-gfx-dev libsdl2-image-2.0-0 libsdl2-image-dev libsdl2-net-2.0-0 libsdl2-net-dev libsdl2-ttf-2.0-0 libsdl2-ttf-dev tcl8.5-dev tk8.5-dev
$ git clone https://github.com/wxWidgets/wxWidgets/
$ cd wxWidgets
$ mkdir buildx11
$ ../configure --with-x11
$ make -j2	# Don't use -j4. You'll run out of memmory.
$ sudo make install
$ sudo ldconfig
$ cd ..

See Also

Links

Setup

  1. [Assemble the Hardware](Assemble the Hardware)
  2. [Install the Software](Install the Software)
  3. 🆙 [Setup your Raspberry Pi](Setup your Raspberry Pi)
  4. [Download the Missing Parts](Download the Missing Parts)

Typical Utilities

  • [Downloading and extracting with curl and tar](curl and tar)
  • [Browsing with ls and cat](ls and cat)
  • [Searching with grep and find](grep and find)
  • [Filtering with sed and awk](sed and awk)
  • [Piping with less, pv, and tee](less, pv, and tee)
  • Monitor your system with htop
  • Multiplex with tmux

Clone this wiki locally