Home
Name Modified Size InfoDownloads / Week
README.txt 2019-11-07 2.4 kB
pcynlitx_ubuntu.deb 2019-10-15 9.7 MB
Pcynlitx_Install_Directives.pdf 2019-10-09 65.5 kB
pcynlitx_fedora.rpm 2019-10-09 9.8 MB
fedora_install.sh 2019-10-09 112 Bytes
ubuntu_install.sh 2019-10-08 118 Bytes
debian_install.sh 2019-10-08 120 Bytes
pcynlitx_debian.deb 2019-10-08 9.7 MB
GUI_Tutorial.pdf 2019-07-04 6.7 MB
Technical_Introduction.pdf 2019-06-23 3.9 MB
Code_Example_5.pdf 2019-06-06 1.0 MB
Code_Example_4.pdf 2019-06-06 1.4 MB
Code_Example_3.pdf 2019-06-06 1.3 MB
Code_Example_2.pdf 2019-06-06 907.6 kB
Code_Example_1.pdf 2019-06-06 1.0 MB
OpenMP_Programming.pdf 2019-05-15 88.1 kB
The_advantages_of_the_pcynlitx.pdf 2019-05-07 242.9 kB
Class_Reference.pdf 2019-05-07 134.0 kB
License.pdf 2019-03-10 16.5 kB
License.odt 2019-03-10 12.6 kB
gpl_3_0.pdf 2019-03-10 84.6 kB
gpl_3_0.odt 2019-03-10 35.5 kB
Pcynlitx_vs_std_threads.pdf 2019-03-09 112.9 kB
C++_Threads.pdf 2019-03-09 216.7 kB
POSIX_Threads.pdf 2019-03-09 114.8 kB
Totals: 25 Items   46.6 MB 0

                                                     
                                                                   -  README -

Pcynlitx has been developed by Erkam Murat Bozkurt as a result of the research study which has been carried out about meta-programming. Basicly,Pcynlitx is an open source meta-program which produces a class library for C++ multi-thread programming and the outcome of the Pcynlitx acts as an autonomous management system for the thread synchronization tasks. The copyright of the Pcynlitx sofware has been registered to US copyright office and the sofware is ready to use. Pcynlitx has been licenced with GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version. The file includes the thers of use and the license file are included in the software package.

Pcynlitx currently supports only GNU/LINUX operating system and it can be installed on Ubuntu, Debian and Fedora based distros. Pcynlitx will be available for the other operating systems as soon as possible. In order to install PCYNLITX, please follow the instruction given in below.

INSTALLATION:
-------------

If you prefer to use the installation scripts, they will download the related package from repository and install the package for you. You only need to run the installation script on your bash. Otherwise, you have to download the package which is proper for your distro and install manually.

Script installation:

    1-)  Download the related installation scripts from files section ( ubuntu_install.sh, debian_install.sh, fedora_install.sh )

    2-)  Open terminal and go to directory in which installation package places

    2-)  Then, enter the following commands to the terminal

         -> For Debian users, bash debian_install.sh

         -> For Ubuntu users, bash ubuntu_install.sh

	 -> For Fedora users, bash fedora_install.sh


Manuel installation:

    1-)  Download the related packages from files section ( pcynlitx_ubuntu.deb, pcynlitx_debian.deb, pcynlitx_fedora.rpm )

    2-)  Open terminal and go to directory in which installation package places

    2-)  Then, enter the following commands to the terminal

         For ubuntu : sudo apt-get install ./pcynlitx_ubuntu.deb

	 For debian : sudo apt-get install ./pcynlitx_debian.deb

	 For fedora : sudo dnf install pcynlitx_fedora.rpm


Source: README.txt, updated 2019-11-07