Within the past couple of days I proposed some updates to the wiki for building Trinity. I received no objections.
In addition to those changes, I propose removing the information about building from SVN and replace that section with a blurb and link to the GIT wiki page (http://www.trinitydesktop.org/wiki/bin/view/Developers/GIT).
Not to mention that much of the wiki page needs updating to reflect the efforts of the renaming project.
The GIT repository is now open to the public and the wiki needs updating pronto. :)
Any objections?
Darrell
Within the past couple of days I proposed some updates to the wiki for building Trinity. I received no objections.
In addition to those changes, I propose removing the information about building from SVN and replace that section with a blurb and link to the GIT wiki page (http://www.trinitydesktop.org/wiki/bin/view/Developers/GIT).
Yes, good idea.
Not to mention that much of the wiki page needs updating to reflect the efforts of the renaming project.
Should be able to run sed on the Wiki text based on the renaming Etherpad...
The GIT repository is now open to the public and the wiki needs updating pronto. :)
Any objections?
None whatsoever. :-)
Tim
I updated the wiki:
http://www.trinitydesktop.org/wiki/bin/view/Developers/HowToBuild
Everybody: Please review to help ensure technical correctness!
Darrell
I updated the wiki:
http://www.trinitydesktop.org/wiki/bin/view/Developers/HowToBuild
Everybody: Please review to help ensure technical correctness!
Darrell
Hi Darrell,
I tried to edit a bit but I think your changes overwrote mine.
Specifically, tdepim should be built with CMake ONLY, and the following packages 1.) no longer need enable-closure 2.) build just fine in parallel (-j >1) (due to CMake conversion)
* tdelibs * tdebase * tdepim
Tim
I tried to edit a bit but I think your changes overwrote mine.
Specifically, tdepim should be built with CMake ONLY, and the following packages 1.) no longer need enable-closure 2.) build just fine in parallel (-j >1) (due to CMake conversion)
- tdelibs
- tdebase
- tdepim
Yeah, my fault. :) I did not realize somebody else was editing concurrently. Lessons learned. :)
I'll fix them.
I noticed another missing tidpit: poppler-tqt. I could not find that in the normal dependencies but finally found the package deep in tdegraphics: tdegraphics/kfile-plugins/dependencies/poppler-tqt.
* Is there a reason why poppler-tqt is not in the main dependencies branch? Would be more obvious.
* Is the poppler-tqt a separate, unique package or somehow built as part of tdegraphics?
I'll update the wiki with poppler-tqt as-is for now.
Darrell
I tried to edit a bit but I think your changes overwrote mine.
Specifically, tdepim should be built with CMake ONLY, and the following packages 1.) no longer need enable-closure 2.) build just fine in parallel (-j >1) (due to CMake conversion)
- tdelibs
- tdebase
- tdepim
Yeah, my fault. :) I did not realize somebody else was editing concurrently. Lessons learned. :)
I'll fix them.
I noticed another missing tidpit: poppler-tqt. I could not find that in the normal dependencies but finally found the package deep in tdegraphics: tdegraphics/kfile-plugins/dependencies/poppler-tqt.
- Is there a reason why poppler-tqt is not in the main dependencies
branch? Would be more obvious.
Expediency. It was easier to stuff it in tdegraphics than to split it off with its own build system, etc.
- Is the poppler-tqt a separate, unique package or somehow built as part
of tdegraphics?
Right now it builds as part of tdegraphics.
Tim