Hi lux-integ,

of course there is interest I think for any kind of programs and tools.  The 
major problem is to find enough resources to keep all that pages maintained. 

I did ot follow the whole thread but it seems you were able to build qcad.  
Nevertheless, I'd like to add what i do to install qcad. Following commands 
are executed in the source directory (as usual in (B)LFS):
   
    export QTDIR=/opt/qt &&
    export QMAKESPEC=$QTDIR/mkspecs/linux-g++ &&

    sed -i s/-pedantic//g mkspecs/defs.pro &&

    cd scripts &&
    sh ./build_qcad.sh notrans &&
    cd .. &&

    cp -a qcad /opt &&
    pushd /opt/qcad &&
    rm -rf src &&
    rm Makefile build.sh &&
    popd

and than unzip the partlibrary in the /opt/qcad directory.

--
Thomas
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to