> On Sun, Dec 19, 2010 at 07:40:03PM +0000, [email protected] wrote:
> I don't know much about compiling, so I like the port way to manage
> the software in BSD ;p
It's really quite easy. There are good instructions that come with the
source code. I'm sure you'll find some examples and information on the
net as well. You basically run 3 steps from within the source code
directory:
./configure [and any options to provide additional support you want]
make
make install (as root)
> Which apps and compiling options mutt will depend for gnu regex
> support?
If you run ./configure --help from within the source code directory that
will help you. There is also more information in the README file INSTALL files.
jamie