Repositories
adg
-
Cloning this repository:
git clone git://gitorious.org/adg/adg.git adg cd adg
Add this repository as a remote to an existing local repository:
git remote add adg git://gitorious.org/adg/adg.git git fetch adg git checkout -b my-local-tracking-branch adg/master_or_other_branch
adg-lua
A set of Lua bindings based on lgob for the ADG cairo canvas. more…
lgob uses GObject introspection to keep the API up to date.
The adg-lua build system is based on the standard autotools paradigm.
-
Cloning this repository:
git clone git://gitorious.org/adg/adg-lua.git adg-lua cd adg-lua
Add this repository as a remote to an existing local repository:
git remote add adg-lua git://gitorious.org/adg/adg-lua.git git fetch adg-lua git checkout -b my-local-tracking-branch adg-lua/master_or_other_branch

