Line 165: |
Line 165: |
| === Why Is Directory ''/tmp/build/'' Always Empty ? === | | === Why Is Directory ''/tmp/build/'' Always Empty ? === |
| Temporary files are deleted every time a package finishes building in order to save disk space otherwise the 1 Gb value suggested above will not suffice. | | Temporary files are deleted every time a package finishes building in order to save disk space otherwise the 1 Gb value suggested above will not suffice. |
| + | |
| + | === In Which Order Should I Build TDE Packages ? === |
| + | TDE developers suggested build order is available on-line in the [https://wiki.trinitydesktop.org/How_to_Build_TDE_Core_Modules#Suggested_Build_Order project wiki pages]. The order used by the build tree is: |
| + | * '''Prerequisites''' |
| + | ** tqt3 |
| + | ** tqtinterface |
| + | ** arts |
| + | ** dbus-tqt |
| + | ** dbus-1-tqt |
| + | ** tqca |
| + | ** tqca-tls |
| + | ** libart-lgpl |
| + | ** libcaldav |
| + | ** libcarddav |
| + | ** sip4-tqt |
| + | * '''Base Packages''' |
| + | ** tdelibs |
| + | ** tdebase |
| + | * '''Python Prerequisites''' |
| + | ** tqscintilla |
| + | ** python-tqt |
| + | * '''Python Libraries''' |
| + | ** python-trinity |
| + | ** pytdeextensions |
| + | * '''Base environment''' |
| + | ** tdebindings |
| + | ** tdeaccessibility |
| + | ** tdeutils |
| + | ** tdemultimedia |
| + | ** tdenetwork |
| + | ** tdeadmin |
| + | ** tdeartwork |
| + | ** tdegames |
| + | ** tdetoys |
| + | ** tdeedu |
| + | ** tdegraphics |
| + | ** tdepim |
| + | ** tdesdk |
| + | ** tdevelop |
| + | ** tdeaddons |
| + | ** tdewebdev |
| + | * '''Localization packages''' (When enabled) |
| + | * '''Optional libraries''' |
| + | ** mlt |
| + | ** mlt++ |
| + | ** libtqt-perl |
| + | ** libtdeldap |
| + | ** libkexiv2 |
| + | ** libkdcraw |
| + | ** libkipi |
| + | ** libksquirrel |
| + | ** kipi-plugins |
| + | |
| + | === The Script builds All of TDE Packages ? === |
| + | Yes, almost all. |
| + | |
| + | === The Script builds All of TDE Prerequisites ? === |
| + | All except '''avahi-tqt''', that was excluded because Slackware does not ship a package for '''avahi'''. |
| + | |
| + | === The Script builds All of TDE Base Packages ? === |
| + | Yes, all. |
| + | |
| + | === The Script builds All of TDE Optional Libraries and Enhancements ? === |
| + | Yes, all. |
| + | |
| + | === The Script builds Any of the TDE Applications ? === |
| + | No, no application. TDE includes a lot of applications, but I use almost no one so I never tried to build them all. |
| + | |
| + | === Did You Ever Try to Build Any of the Applications ? === |
| + | I managed to build '''k3b''', '''krename''' and '''ktorrent''' in the past, but I can not provide up to date instructions about them. |
| + | |
| + | === Where Are Finished Packages Saved ? === |
| + | Once built, packages are saved into the ''/tmp'' directory. |
| | | |
| | | |