On Thursday 31 December 2009 06:18:50 pm Zing wrote:
> On Thu, 31 Dec 2009 17:58:37 -0500, Scott Pettigrew wrote:
> > I feel completely stupid asking this - but I've searched a bit to no
> > avail -
> >
> > How does one compile the version in the git repository mentioned
> > earlier?
> 
> In brief:
> 
> $ git clone -b integration git://github.com/lostcoder/pan2
> $ cd pan2
> $ ./autogen.sh
> $ make
> 
> to test, run:
> 
> $ pan/gui/pan
> 
> YMMV, especially if you've never compiled from source before... good luck!
> 
 
Thanks, but no joy here........ see below:

git clone -b integration git://github.com/lostcoder/pan2
error: unknown switch `b'
usage: git clone [options] [--] <repo> [<dir>]

    -q, --quiet           be quiet
    -v, --verbose         be verbose
    -n, --no-checkout     don't create a checkout
    --bare                create a bare repository
    --naked               create a bare repository
    --mirror              create a mirror repository (implies bare)
    -l, --local           to clone from a local repository
    --no-hardlinks        don't use local hardlinks, always copy
    -s, --shared          setup as shared repository
    --template <path>     path the template repository
    --reference <repo>    reference repository
    -o, --origin <branch>
                          use <branch> instead of 'origin' to track upstream
    -u, --upload-pack <path>
                          path to git-upload-pack on the remote
    --depth <depth>       create a shallow clone of that depth


_______________________________________________
Pan-users mailing list
Pan-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/pan-users

Reply via email to