G-Wrap > Development
Git
Instructions
To check out and build the latest revision of G-Wrap, use the following commands:
# Get a copy of the bleeding edge git clone git://git.sv.gnu.org/g-wrap.git cd g-wrap ./autogen.sh ...
You can pass configure arguments to autogen.sh. You may want to
use the option --noconfigure to disable the configure run if you
want to do an out-of-tree build (which is recommended).