Paul Smith wrote:
> On Fri, 2007-06-22 at 08:17 -0400, Reid Thompson wrote:
>   
>> I'm building and running against HEAD every couple of days ( depending
>> on how often commits are made ) with GNOME 2.18.1.  UBUNTU 7.04
>> feisty.
>>
>> Compilation is pretty straightforward.
>>     
>
> Can you give a couple of sentences of howto?  I've done a lot of
> building of software so I don't need anything detailed at all; mainly
> what source packages I would need and what Ubuntu -dev packages to
> install (if you remember them :) ), plus any build order tips etc.
>
>   
it's been a while,, so...

i'd start with a

apt-get build-dep evolution evolution-exchange evolution-data-server gtkhtml 
libsoup

that should get the build dependencies

I then did an svn checkout for each of evolution evolution-exchange 
evolution-data-server gtkhtml libsoup

see http://www.go-evolution.org/Compiling_Evolution_from_SVN


I'm heading out on vacation today - but will check email when possible.. Post 
any questions issues you might have


I also

export CFLAGS='-g -Wall'


and I put the exes in /usr....


libsoup
./congfigure --prefix=/usr
make
sudo make install


GtkHTML
./configure --prefix=/usr
make
make install

evolution-data-server
./configure --prefix=/usr --with-openldap=yes --with-e2k-debug
make
sudo make install



evolution
./configure --prefix=/usr --enable-nntp=yes --enable-imap4=yes
--enable-cairo-calendar=yes --enable-mono=yes --enable-exchange=yes
--enable-plugins=all --with-openldap=yes --with-e2k-debug
make
sudo make install


evolution-exchange
./configure --prefix=/usr --with-openldap=yes --with-e2k-debug
make
sudo make install 





 


_______________________________________________
Evolution-list mailing list
Evolution-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list

Reply via email to