[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Pan-users] looking for help in creating the git version
From: |
SciFi |
Subject: |
Re: [Pan-users] looking for help in creating the git version |
Date: |
Sat, 26 Nov 2011 07:32:30 +0000 (UTC) |
User-agent: |
Pan/0.135 (Tomorrow I'll Wake Up and Scald Myself with Tea; GIT 7e49a9b (github.com/judgefudge/pan2/master); x86_64-apple-darwin10.8.0; gcc-4.2.1 (Apple build 5666 (dot 3)); 32-bit mode) |
Hi,
On Fri, 25 Nov 2011 23:21:15 -0600, Bob Davenport wrote:
>
> I downloaded the latest version of pan2 this evening
> and also checked and installed the missing files and such
> as listed (GTK+, gmime, etc.) in the INSTALL text.
>
> As the old saying goes, I'm so lost I don't know where
> I'm lost from...
>
> HELP....
A fresh clone/checkout needs the auto* stuff genned.
Also there are other requisites from the Gnome pantry
(I've completely forgot what-all they were, sorry).
But try running:
./autogen.sh (followed by parms you would give to ./configure)
If you want the new SSL code:
./autogen.sh --with-openssl
If you need to use GTK+3:
./autogen.sh --with-gtk3
If you need to disable spell:
./autogen.sh --without-gtkspell
And combinations are possible… etc.…
just as with ./configure .
Hopefully if you are missing any tools needed,
explanatory text will ensue on your screen.
;)