[Note] Install wxPython 3.x on Linux Mint (Ubuntu)

I'm using LinuxMint (Ubuntu), but with apt I can only install wxpython vsersion up to 2.8.x. This is a memo of how to install wxpython3.x.

$ sudo apt-get install dpkg-dev build-essential python2.7-dev libwebkitgk-dev libjpeg-dev ligtiff-dev libgtk2.0-dev libsdl-dev libgstreamer-plugin-base0.10-dev libnotify-dev freeglut3 freeglut3-dev
$ git clone https://github/wxWidgets/Phoenix
$ cd Phoenix
$ git submodule init
$ git submodule update
$ sudo python build.py dox etg --nodoc sip build
$ python
>>> import wx
>>> wx.version()
'3.0.3 gtk2 (phoenix)'

Now I'm going to make Othello with wxPython.

Recommended Posts

[Note] Install wxPython 3.x on Linux Mint (Ubuntu)
Install CUDA on Linux Mint Mate 20
[Note] Install Imagick on Amazon Linux2
How to install php7.4 on Linux (Ubuntu)
Compiling the Linux kernel (Linux 5.x on Ubuntu 20.04)
Install TensorFlow on Ubuntu
Install PySide2 on Ubuntu
Install JModelica on Ubuntu
Install Python 3.3 on Ubuntu 12.04
Install Theano on Ubuntu 12.04
Install angr on Ubuntu 18.04
Install pip / pip3 on Ubuntu
Install Minecraft on Arch Linux
Install Linux on your Chromebox
Install the JDK on Linux
Elixir = Comfortable on Linux Mint
Put Python 3.x on Ubuntu
Install GoLand IDE on Ubuntu
Install OpenCV on Ubuntu + python
wsl Install PostgreSQL on Ubuntu 18.04
Install tomcat 5.5 on Amazon Linux.
Introducing Elixir on Linux Mint
[ROS] Install ROS (melodic) on Ubuntu (18.04)
Install Caffe on Ubuntu 14.04 (GPU)
Install Homebrew on Amazon Linux 2
Install Docker on WSL Ubuntu 18.04
Install strongSwan 5.9.1 on Amazon Linux 2
Install CUDA10.1 + cuDNN7.6.5 + tensorflow-2.3.0 on Ubuntu 18.04
Install Python Pillow on Amazon Linux
Install Python 3.8 on Ubuntu 18.04 (OS standard)
Install Caffe on Ubuntu 14.04 (CPU mode)
Install Mecab and mecab-python3 on Ubuntu 14.04
Install oracle java8 on amazon linux2
Install and run dropbox on Ubuntu 20.04
Install OpenCV and Chainer on Ubuntu
Install CUDA 8.0 and Chainer on Ubuntu 16.04
Install Python 3.8 on Ubuntu 20.04 (OS standard)
Install Sphinx on Mac OS X
Install Arch Linux on DeskMini A300
How to install VMware-Tools on Linux
Install pyenv on EC2 (Amazon Linux)
How to install MBDyn (Linux Ubuntu)
Install mitmproxy on Mac OS X
Install fabric on Ubuntu and try
Install Python 3.9 on Ubuntu 20.04 (OS standard?)
Install confluent-kafka for Python on Ubuntu
[Note] Run Django on Amazon Linux 2
Install Python 2.7 on Ubuntu 20.04 (OS standard?)
Study Note 9_Install Jenkins on CentOS7
How to install Go on Ubuntu
ROS study # 1 Install ros-noetic on ubuntu 20.04
Install pgmagick on Mac OS X 10.9
Build wxPython on Ubuntu 20.04 on raspberry pi 4
I'll install Ruby on EC2 (Amazon Linux2) 2020
Install scipy on Linux without internet connection
How to install aws-session-manager-plugin on Manajro Linux
Install matplotlib on OS X El Capitan
Install wsl2 and master linux on windows
Ubuntu Linux 20.04
[Note] Procedures for installing Ubuntu on Windows 10
X86 assembler on Linux (linkage with C)