wxrc
wxWidgets Cross-platform C++ GUI toolkit (common support files)
Install
- All systems
-
curl cmd.cat/wxrc.sh
- Debian
-
apt-get install wx-common
- Ubuntu
-
apt-get install wx-common
- Arch Linux
-
pacman -S wxgtk-common
- Kali Linux
-
apt-get install wx-common
- CentOS
-
yum install wxGTK-devel
- Fedora
-
dnf install wxGTK3-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install wx-common
- Raspbian
-
apt-get install wx-common
- Dockerfile
- dockerfile.run/wxrc
wx-common
wxWidgets Cross-platform C++ GUI toolkit (common support files)
wxWidgets (formerly known as wxWindows) is a class library for C++ providing GUI components and other facilities on several popular platforms (and some unpopular ones as well). This package provides common support files not bound to any particular wxWidgets release, such as font metrics required by some ports, and miscellaneous developer aids and binary utilities.
wxGTK-devel
Development files for the wxGTK2 library
wxBase3-devel
Development files for the wxBase3 library
wxGTK3-devel
This package include files needed to link with the wxGTK3
library. wxWidgets is the GTK port of the C++ cross-platform wxWidgets GUI library, offering classes for all common GUI controls as well as a comprehensive set of helper classes for most common application tasks, ranging from networking to HTML display and image manipulation.