1: Fedora Installation Development and compilation environment sudoyuminstallqt4qt4-devellibcurllibcurl-develkernel-develautomakegcc-g + + glibcglibc-devel2: Go to http://www.libfetion.cn/linux_demoapp_download.htmldownload the latest libfetionguisource code
1: Install the development and compilation environment under Fedora
Sudo yum install qt4 qt4-devel libcurl-devel kernel-devel automake gcc-g ++ glibc-devel
2: Go to the http://www.libfetion.cn/Linux_demoapp_download.html to download the latest libfetion GUI source code
3: Decompress the downloaded file with the decompress command.
Tar-zxvf linux-fetion-*** .tar.gz (*** indicates the program version number)
4: Enter the decompressed folder
Cd linux-fetion-*** (*** indicates the program version number)
5: if you are a 64-bit system, run the 64_libfetion.sh script.
./64_libfetion.sh
6: run the compilation command
Qmake-qt4
Make
7. Run the installer script.
./Install. sh
8: Finally, if everything goes well. You can see libfetion in the program menu. Now you can delete the downloaded file.