33 | | Using the [https://www.macports.org/install.php current official MacPorts version] is recommended. To be on the safe side one needs to make sure that the disk has about 100G space in total if it is planned to build both KF5 branch-groups 'kf5-qt5' and 'stable-kf5-qt5'. |
34 | | |
35 | | However, currently a Mavericks 10.9.5 KDE/CI system on an i7-iMac uses something like this: |
36 | | {{{ |
37 | | $ df -h / |
38 | | Filesystem Size Used Avail Use% Mounted on |
39 | | /dev/disk0s2 100G 70G 30G 71% / |
40 | | }}} |
41 | | that is after all frameworks have been built and installed as shown further down. |
| 33 | Using the [https://www.macports.org/install.php current official MacPorts version] is recommended. To be on the safe side one needs to make sure that the disk has at least about 120G space in total, if it is planned to build both KF5 branch-groups 'kf5-qt5' and 'stable-kf5-qt5' with Qt 5.3.2 and 5.4.1, respectively. However, total disk consumption depends on which projects will have to be built by the OSX/CI system. |
| 34 | |