-
Notifications
You must be signed in to change notification settings - Fork 25
Installing
##Windows
To install UwTerminalX on Windows, simply download the zip file from the releases page and extract the contents to a folder where you want UwTerminalX located, no additional files are required to use UwTerminalX.
Please note: 32 bit and 64 bit desktop/server versions of Windows are supported, Windows phone/Windows RT is not supported.
##Mac
To install UwTerminalX on Mac, simply download the dmg image from the releases page and extract the contents to a folder where you want UwTerminalX located (placing it in applications might cause additional files to appear in the list of Applications that are configuration files so this is not advised).
Before using UwTerminalX you might have to modify your system settings to allow running applications that do not originate from the app store, to do this open system settings, click 'Security & Privacy', click the lock to unlock the page if it is locked (enter password if required) and change the option under 'Allow apps downloaded from' to 'Anywhere'.
##Linux
To install on Linux, simply download the tar file from the releases page and extract the contents to a folder where you want UwTerminalX located using your GUI or alternatively extract is using tar in a terminal as so:
tar xf UwTerminalX_<version>.tar <extract_location>
Replacing with the version downloaded and <extract_location> with the location to extract it to (~/ will extract to your home directory)
If you are running a 32 bit version of Linux then UwTerminalX should work as-is, however 64 bit versions of Linux will require 32 bit libraries installed to function, please follow the instructions below as per your distribution:
####Arch Linux 64 bit
Open up a terminal and follow these instructions:
sudo su
or if you do not have sudo:
su
(Enter your password if prompted and press enter)
nano /etc/pacman.conf
Search for the '[multilib]' line, remove the # character from the beginning of the line and from the beginning of the line below it, press ctrl + x and when prompted to save changes, press y and enter.
pacman -Syu
pacman -S lib32-glibc
(Press y and enter when asked to confirm)
Once the install has completed, you should be able to launch and use UwTerminalX.
####Fedora Desktop 64 bit
Open up a terminal and follow these instructions:
sudo dnf install ldns.i686
or
su
dnf install ldns.i686
Type your user or system password (if prompted), and press y and enter when prompted to confirm installation.
Once the install has completed, you should be able to launch and use UwTerminalX.
####OpenSuSE 64 bit
a
####Ubuntu Linux 64 bit/Mint Linux 64 bit
Open up a terminal and type the following command and press enter:
sudo apt-get install libdns100:i386 libisc95:i386
Enter your user password when asked. Once the install has completed, you should be able to launch and use UwTerminalX.