Re: Qt/WinFree bugs
Angus Leeming <[email protected]>
| Newsgroups | gmane.comp.kde.devel.cygwin |
|---|---|
| Message-ID | <[email protected]> |
Chris January wrote: >> Dumn question: >> Given that I have checked out your cvs repository here, how do I go >> about making a .tar file for distribution? >> >> set QTDIR=J:\MinSys\home\Angus\qt3 >> set MINGW=J:\MinGW >> set >> PATH=J:\MinSys\home\Angus\qt3\bin;J:\MinGW\bin;C:\WINDOWS\system32;C:\WINDOWS >> >> set QMAKESPEC=win32-g++ >> mingw32-make dist >> >> *** No rule to make target `dist'. Stop. > > I'm not sure what the best way to do this is but one possibility is: > > make distclean > cd .. > tar -cjf qt-win-free-lyx-3.3.4-2005-06-10-src.tar.bz2 qt3 > > or something like that. Ha! cd tools && mingw32-make distclean mingw32-make[1]: *** No rule to make target `distclean'. Stop. It was easiest just to download a fresh checkout of the cvs tree and package that. cvs -d::pserver:[email protected]:/cvsroot/kde-cygwin \ checkout -r QT_WIN32_3_3_BRANCH -d qt_winfree_10june05 qt-3 tar cvf qt_winfree_10june05.tar qt_winfree_10june05 bzip2 qt_winfree_10june05.tar I've uploaded the file and added a prominent licensing section. Happy now? Angus