Helmut Schaa hschaa at suse.de
Wed Jun 6 15:15:25 CEST 2007


Am Mittwoch, 6. Juni 2007 schrieb rozelak at volny.cz:
<snip>
> I downloaded the SVN version, however I am not able to build it. There
> is no 'configure' script and even kdevelop fails with message "there
> is neither Makefile.cvs file nor autogen.sh script in the project
> directory". Going through README also did not bring answer.
>
> Could you please send me a hint how to build it?
<snip>

Use something like this:

svn -N co svn://anonsvn.kde.org/home/kde/branches/extragear/kde3
cd extragear/kde3
svn -N update network
cd network
svn update knetworkmanager
svn co svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kde-common/admin
make -f Makefile.cvs
./configure
make 
make install

Regards
Helmut


More information about the kde-networkmanager mailing list