HELP gnomemeeting

thoubo

Membre confirmé
5 Juin 2002
26
1
ça fait pas mal de temps que j'essaie de trouver
le moyen d'installer gnomemeeting sous osX.3...
qq1 peut-il me renseigner...? je suis aux abois...

merci d'avance
smile.gif
 
Ou alors quelqu'un qui connaîtrait quelqu'un qui connaîtrait quelqu'un qui connaîtrait quelqu'un qui pourait m'aider :'(
 
trouve ca


Sources (by Damien)

 


Installing

  
tar.gz Snapshots

wget http://snapshots.seconix.com/cvs/pwlib-cvs.tar.gz

wget http://snapshots.seconix.com/cvs/openh323-cvs.tar.gz

wget http://snapshots.seconix.com/cvs/gnomemeeting-cvs.tar.gz

Check the FAQ for compiling instructions or:
tar xfvz pwlib-cvs.tar.gz;cd pwlib

./configure --prefix=/usr --enable-plugins && make && make install

cd ..

tar xfvz openh323-cvs.tar.gz;cd openh323

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

cd ..

tar xfvz gnomemeeting-cvs.tar.gz;cd gnomemeeting

./autogen.sh --with-pwlib-dir=/usr/local --with-openh323-dir=/usr/local --prefix=/usr --sysconfdir=/etc/ && make && make install
(The --with-pwlib-dir and --with-openh323-dir is only needed if pwlib was installed without --prefix=/usr)

enjoy testing!!!
issu de http://snapshots.seconix.com/ si ca peut t'aider
zen.gif