Two days ago, I failed to install linux-fetion. Finally, I finally found a solution. I installed version 1.3. Below I wrote the solution I found for my memo:
1: Build the compilation environment:
Run the following command on the terminal:
Sudo apt-Get install automake
Sudo apt-Get install libc-Dev
Sudo apt-Get install g ++
Sudo apt-Get install libcurl4-dev
Sudo apt-Get install libcurl4-gnutls-dev
Sudo apt-Get install libcurl4-openssl-dev# Note: Remember to install these two libraries. I started out stuck here and saw them on the Forum. Thank you!
Sudo apt-Get install libqt4-dev qt4-dev-tools
2: DownloadSource code:
Source code download: http://www.libfetion.cn/Linux_demoapp_download.html
Decompress command: tar-zxvf linux_fetion-0.2.1.tar.gz
Go to sourceCodeDirectory: CD linux_fetion-1.3
(64-bit users need to execute:./64_libfetion.sh script)
Run the compile command: qmake; make
InstallProgram:./Install. Sh
Note: The QT version is later than 4. 3.
You can:
(1) Use the. * version of the designer program to open the *. UI file with compilation errors.
(2) Comment out some functions not in version 4.2.
Finally, I can use fetion to write things written by QT. I feel that the interface is very nice. It can inspire me to study QT well.