Re: Compiling Quanta
Niko Sams <[email protected]>
| Newsgroups | gmane.comp.kde.devel.quanta.user |
|---|---|
| Message-ID | <[email protected]> |
you can't build quanta alone, you have to build the whole kdewebdev, like so: cd .../kdewebdev mkdir build cd build cmake .. ccmake . #you can disable the other applications here make make install or, you can use http://techbase.kde.org/Getting_Started/Build/kdesvn-build Niko On Tue, Nov 17, 2009 at 20:10, Shawn Wallis <[email protected]> wrote: > I am not that familiar with cmake, I tried to go to trunk/quanta/build and > do: > cmake ../src > > But it says the CMakeList.Txt files were not matching or something, could > someone pelase > refer me to a good resource on using Quanta with KDevelop4 and how to build > it and set it up. > Thanks in Advanced. > > -- > Regards, > Shawn Wallis > > _______________________________________________ > Quanta mailing list > [email protected] > https://mail.kde.org/mailman/listinfo/quanta > >