Have confidence in QT.

Source: Internet
Author: User

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.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.