make apidox-am-yes looks in /home/apidox/public/cvs-api/
Steven T. Hatton
hattons at globalsymmetry.com
Fri Feb 20 04:01:04 UTC 2004
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Thursday 19 February 2004 08:48 pm, Steven T. Hatton wrote:
> On Thursday 19 February 2004 05:19 am, Amilcar do Carmo Lucas wrote:
> > Have you configured KDevelop like this?
> > ./configure --enable-debug=full --prefix=$KDEDIR
> > --with-kdelibsdoxy-dir=$KDEDIR/share/doc/HTML/en/kdelibs-apidocs
Oh, BTW, no. I use a different prefix. Here is the build script I'm running.
I have an in-place version which builds into the source tree, but is
otherwise identical to this one. The results are the same:
#!/bin/bash
export SOURCE_HOME=/download/org/kdevelop/repository/kdevelop
export BUILD_HOME=/download/org/kdevelop/repository/build
. ~/bin/functions.sh # gives me goodsound() and badsound()
export KDEDIR=/opt/kde3 # owned by root not by $USER
export QTDIR=/usr/lib/qt3
export LD_LIBRARY_PATH=$QTDIR/lib:$KDEDIR/lib:$LD_LIBRARY_PATH
export LIBRARY_PATH=$QTDIR/lib:$KDEDIR/lib:$LIBRARY_PATH
export PATH=$QTDIR/bin:$KDEDIR/bin:$PATH
export KDEV_OPTS="--prefix=/home/hattons/opt/org/kdevelop\
--with-kdelibsdoxy-dir=$KDELIBS_DOCS
"
export KDELIBS_DOCS=$KDEDIR/share/doc/HTML/en/kdelibs-apidocs
export CXXFLAGS="-g3 -O0"
cd $SOURCE_HOME
echo "Checkout and make Makefile.cvs? s to skip";
read response
test "$response" != 's' && cvs update && make -f admin/Makefile.common
cvs-clean && make -f Makefile.cvs
cd $BUILD_HOME
unset response
echo "Run configure? s to skip";
read response
test "$response" != 's' && $SOURCE_HOME/configure $KDEV_OPTS
unset response
echo "Run make? s to skip";
read response
test "$response" != 's' && make -k -j7 && goodsound || badsound
unset response
echo "Run Install? s to skip";
read response
test "$response" != 's' && make install
unset response
echo "Make API Documentation? s to skip";
read response
test "$response" != 's' && make apidox
unset response
echo "Install API Documentation? s to skip";
read response
test "$response" != 's' && make install-apidox
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
iD8DBQFANXieH2SF0i7rrGwRAmyiAJ9yEhRhxk1UCDq0EKM2Www4oeU7kwCguqlq
+WHQjnqNGbIgzEdydfW0EuA=
=eWBf
-----END PGP SIGNATURE-----
More information about the KDevelop-devel
mailing list