This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
build:install_2.6 [2015/06/07 11:28] mean |
build:install_2.6 [2015/06/08 20:51] (current) mean [Requirement list for Qt4 version(Fedora 14)] |
||
---|---|---|---|
Line 64: | Line 64: | ||
If you want to create .debs, the cmake version bundled with some versions of ubuntu is buggy. Please build cmake from source (latest version) | If you want to create .debs, the cmake version bundled with some versions of ubuntu is buggy. Please build cmake from source (latest version) | ||
| | ||
- | ===== Requirement list for Qt4 version(Fedora 14) ===== | + | ===== Requirement list for Qt5 version(Fedora 20) ===== |
Core | Core | ||
yum install pkgconfig fakeroot yasm | yum install pkgconfig fakeroot yasm | ||
yum install libpng zlib zlib-devel patch rpm-build | yum install libpng zlib zlib-devel patch rpm-build | ||
- | yum install libsql3x-devel | + | yum install libsqlite3x-devel gcc-c++ |
- | Qt4 | + | Qt5 |
- | yum install qt4 qt4-devel | + | yum install qt5-qtbase-devel qt5-qttools-devel libxslt |
Then | Then | ||
- | bash bootStrap.bash --rpm | + | bash bootStrap.bash --rpm --enable-qt5 |
You must be sudoer | You must be sudoer |