The SVN repository snapshot is available for download from 
<http://home.wowway.com/~mandasoft/xcircuit-8.tar.gz>.

The codebase has been updated to 3.7.8.

To fetch & compile on unices, assuming you have Qt 3.6/3.7:

echo $QTPATH
echo $QMAKESPEC
# both should show something with Qt is installed for development

bash
curl -O http://home.wowway.com/~mandasoft/xcircuit-8.tar.gz
tar -zxf xcircuit-8.tar.gz
svn co file:///$(pwd)/xcircuit xc
cd xc
qmake xcircuit.pro PREFIX=/path/to/xcircuit/install
make
./xcircuit

On a mac, typically QMAKESPEC is unset and should be first set to macx-g++ or 
whatever your version
of Qt was compiled with (if it was custom compiled); also you'd get an app 
bundle and have to start
./xcircuit.app/Contents/MacOS/xcircuit

Cheers, Kuba
_______________________________________________
Xcircuit-dev mailing list
[email protected]
http://www.opencircuitdesign.com/mailman/listinfo/xcircuit-dev

Reply via email to