El 28 de octubre de 2024 13:12:40 CET, Greg Troxel <g...@lexort.com> escribió: >Ramiro Aceves <ea1...@gmail.com> writes: > >> ./build.sh -x -j4 -O ../obj -T ../tools distribution > >yes, one should pass -x if you want x.
Thanks Greg for help. If I understand right, with "-x" and "distribution" both the system and xorg will be compiled and sets generated. And for installing: ./build.sh -x -j4 -O ../obj -T ../tools install=/ will install only xorg or both xorg and the system? And with "-u" It does not compile everything but only the source that has changed from the last compilation, is not it? Thanks. Ramiro. > >> is it the right way? How can I compile Xorg avoiding the compilation >> of the ready installed base system? Compiling base system distribution >> takes about 7 hours on the rpi4. Just to save time. > >An update build will help a lot. See -u for MKUPDATE=yes. Probably >also you may want to build with -U, but I would not flip that on and do >an update build.