THE INSTALLATION DIRECTIVES FOR LINUX DISTRIBUTIONS
On the GNU/Linux versions, the pcynlitx is installed directly from the command line interface. The install scripts automatically download related installation packages from the project repository and perform all of the required operations for you. For the installation, root privilege is required. After download the package which is proper for your GNU/Linux distribution, you can install the packages from the command line with the commands given in below. ( The command must be executed on the directory which the package is loaded )
In fedora, ubuntu and their derivatives, you can directly install the platform with install command. However, in debian, the users are not in the "sudo" list in default. Therefore, in order to provide root privilege, at first, su command must be used. Then, you can run installation command given in above as root user. If you have already added the user to the "sudoers" file, you can run the installation script directly. If you want to add the user to the sudo list you can use command which is given in below.
usermod -a -G sudo username
If the "usermod" command is not your current path, you must enter the exact path of usermod command as root.
/usr/sbin/usermod -a -G sudo username
You must enter your default user name to the place in which depicted as "username". After these operations, a reboot of the system ( restart ) is required in debian. Then, you can install the pcynlitx with the command that is given in above as "sudo apt-get install ./pcynlitx.debian.deb".
In addition, in some linux distributions, the new windows are not openned on the centre of the screen if default system settings are used. The pcynlitx window obeys the operating system default settings. However, you can change this preference by the tools providing custom system configurations such as gnome-tweaks.
In pcynlitx, wxWidgets library is used as user interface toolkit. Thus, on the installation process, basic wxWidgets tools are installed on the installation process.
How pcynlitx can be removed from Linux
You can uninstall ( remove ) the pcynlitx with the commands given in below
Debian / Ubuntu : sudo apt-get remove pcynlitx
Fedora / Redhat : sudo dnf remove pcynlitx
THE INSTALLATION FOR WINDOWS 10 OPERATING SYSTEM
The installer performs every operation which is necessary for basic installation automatically. The installer places the platform to the directory that is named as "C:\Program Files (x86)" on the Windows 10 operating system.
MINGW64 installation
Different from the Linux version of the pcynlitx platform, Windows 10 implementation needs a Mingw64 C++ compiler. However, the installer package does not include Mingw64 C++ compiler. Therefore, in order to be use the pcynlitx platform on Windows 10, the users must install the version of the Mingw64 compiler. The latest version of the suitable Mingw64 compiler and its installation directives are given in below.
From the link given in below, Mingw64 compiler packages can be downloaded.
If you want to constribute the project, you can clone the source code directory from the project repository. In order to clone the project, please open the terminal and type the command that is given in below ( It is assumed that git version control system is used as version control system and it has been already installed ).