On Fri, Jun 06, 2008 at 09:07:20AM +0200, Atanas Atanasov wrote: > Hello guys, > > I am trying to build Qutecom from source, following the instructions on the > wiki page, here they are: > > mkdir /path/to/qutecom/builddir > cd /path/to/qutecom/builddir > cmake -DCMAKE_BUILD_TYPE=Debug /path/to/qutecom > make > > I am probably missing something obvious, but this is not working for me. > After > I "cd build/" and run "cmake -DCMAKE_BUILD_TYPE=Debug .." avarything seems > ok, except that there is no Makefile anywhere, so "make" fails.
>From your mail I'm guessing you're trying to build on Linux. The following works for me (after installing all the dependencies): cd /path/to/qutecom/build # this one aready exists ./build_make.sh --build debug # or final My debian build-instructions (still in the wengophone archive) are there: http://thread.gmane.org/gmane.comp.voip.wengophone.devel/5811 If you manage to build on another linux distribution, it would be nice if you post the instruction -- in particular the prerequisite packages that must be installed for a successful build. Ralf -- Dr. Ralf Schlatterbeck Tel: +43/2243/26465-16 Open Source Consulting Fax: +43/2243/26465-23 Reichergasse 131 www: http://www.runtux.com A-3411 Weidling email: [EMAIL PROTECTED] osAlliance member email: [EMAIL PROTECTED] _______________________________________________ QuteCom-dev mailing list [email protected] http://lists.qutecom.org/mailman/listinfo/qutecom-dev
