> > I'm having trouble finding accurate git clone and build instructions
I have had good luck using Peter's instructions at: http://lists.x.org/archives/xorg-devel/2009-August/001826.html # Quickstart for those that do not use jhbuild: export PREFIX=/opt/xorg export LD_LIBRARY_PATH=$PREFIX/lib export PKG_CONFIG_PATH=$PREFIX/lib/pkgconfig export PATH=$PREFIX/bin:$PATH export ACLOCAL="aclocal -I $PREFIX/share/aclocal" git clone git://anongit.freedesktop.org/git/xorg/util/modular/ util/modular echo "util/macros" > built.modules ./util/modular/build.sh --clone -p -f built.modules -r `tail -n 1 built.modu\ les` $PREFIX # Re-run the last command until a build succeeds. # Cheers, # Peter Pat --- On Thu, Apr 22, 2010 at 11:48 AM, ace102 <[email protected]> wrote: > > Using JHBuild - > http://library.gnome.org/devel/jhbuild/stable/getting-started.html.en#getting-started-install > with the current xorg.modules - > http://cgit.freedesktop.org/xorg/util/modular/tree/xorg.modules - is the > best method I know of. > You can cut out the apps,drivers,etc you won't need from the xorg.modules. > > > Jeff Carr-3 wrote: >> >> I'm having trouble finding accurate git clone and build instructions >> on the wiki. When trying to run autoconf.sh in the xserver tree it >> complained of "error: must install xorg-macros". Is the best way to >> just go through and clone these one by one until the dependencies are >> met? I suspected it's just the beginning of a long chain of hairy >> dependences that might be worthy of emailing the list first. >> >> Is there a tool like the android "repo" or perhaps a method to pull >> down the various git trees via git submodule? Or just README that >> contains the recommended order of building and installing? >> >> > > > ----- > Error:Success > -- > View this message in context: > http://old.nabble.com/Correct-git-clone-and-build-instructions--tp28323619p28331587.html > Sent from the Free Desktop - xorg mailing list archive at Nabble.com. > > _______________________________________________ > [email protected]: X.Org support > Archives: http://lists.freedesktop.org/archives/xorg > Info: http://lists.freedesktop.org/mailman/listinfo/xorg > _______________________________________________ [email protected]: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.freedesktop.org/mailman/listinfo/xorg
