eazy24 wrote:
Hi,could anyone please explain me how can i build t2 7.0 x86 desktop
target installcd with gnome
still some of deps have also deps and my build still fails
because of missing deps.
Please explain,how i can choose what i want!
Hi,
My "answer" is probably not what you want to hear, but in the same situation I have done it this way
- Select packages in the packages template based on my "best guesses" (marking X or - or commenting out lines from existing "full featured" package list)
- ./scripts/Build-Target -cfg myConfigName
- Fails to compile some app because of missing dependency (error can be seen from src.xxxx/ERROR-LOG file)
- Modify package list based on the error and re-trying :-)
Well, this is the hard way to do it, but I dont know any automagical way to list all dependencies recursively. There probably is some script command to do it, but I don't know it. Fortunately my configuration is not changing all the time so this "hard way" was almost-once-in-a-life-time case.
mike n