For Qt 5.4.0 library, the community version Qt library could be freely downloaded from the Qt website, and please click here to download the corresponding Qt installation package.
Note: Do NOT forget to add the path for bin and lib directories path into environment variables.
# tar zxvf nuclize-x.x.x.tar.gzEnter NUCLIZE folder:
# cd nuclize-x.x.xCompile NUCLIZE with the following command:
# qmake -makefile -o Makefile nuclize.pro
# make