Home
Screenshots
Getting 4Pane
Installing
i18n
Online Manual

Installing


If you downloaded a binary version of 4Pane

Debian-type systems
If you already used apt or equivalent (see Getting 4Pane) 4Pane should already have been installed. If so you can proceed directly to Running 4Pane.

If instead you downloaded a 4Pane .deb, you can install it with dpkg. First install any dependencies (see Installing wxWidgets). Then open a terminal in the directory containing the .deb.
Get superuser privileges with sudo or su, and do something like:
sudo dpkg -i ./4pane_8.0-1_amd64.deb
(using the correct filename, of course!)

Other systems
Your distro might have a semi-intelligent way to install a binary package e.g. YAST in openSUSE. If so, use it to install first wxWidgets, then your 4Pane package.

Otherwise first install any dependencies (see Installing wxWidgets). Then do whatever is appropriate for your distro: for example, in a system that uses rpms, you would open a shell with superuser privileges to the directory where you downloaded 4Pane, then do something like:
rpm -Uvh ./4Pane-8.0-1.x64_64.rpm
(using the correct filename, of course!)


Building 4Pane from a tarball

You will first need to install wxWidgets, together with any other necessities e.g. g++.
Then, open a shell in the directory containing the 4Pane tarball, and extract it; cd to the resulting 4Pane subdirectory; configure, make and make install.
For example, in a shell you might do:

tar -xf ./4pane-8.0.tar.gz
cd 4pane-8.0
./configure
make
su [enter root password]
make install

In sudo-using distros e.g. Ubuntu, omit the 'su' line and do 'sudo make install'


From version 6.0, 4Pane requires wxWidgets >= 3.0.0. From version 0.7.0, 4Pane required wxWidgets >= 2.8.0. If you are running a very old distro that comes with an earlier version, and you don't want to upgrade it, you'll need to use 4Pane 0.6.0: see its fossilised webpage here.


Running 4Pane

When you've successfully installed 4Pane, a shortcut may have appeared on the desktop; if so, you can run 4Pane by clicking it. Otherwise you can do so from your 'Start' menu, in 'Run Command' or by typing '4Pane' in a terminal.