Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wakaama-dev] Wakaama in eclipse

Hi,

 

Cmake has generators for the most common IDEs (Eclipse, Visual Studio, etc…). Thus you can generate an IDE project file instead of Makefiles when invoking cmake.

For instance for Eclipse IDE, do a:

cmake -G"Eclipse CDT4 - Unix Makefiles" -D CMAKE_BUILD_TYPE=Debug examples/client

This will generate the .project and .cproject to be opened in Eclipse IDE.

 

Refer to https://cmake.org/cmake/help/v3.0/manual/cmake-generators.7.html for more details.

 

Regards,

David Navarro

 

From: wakaama-dev-bounces@xxxxxxxxxxx [mailto:wakaama-dev-bounces@xxxxxxxxxxx] On Behalf Of Dimas Fajar
Sent: Monday, 3 October, 2016 09:47
To: Wakaama developer discussions <wakaama-dev@xxxxxxxxxxx>
Subject: Re: [wakaama-dev] Wakaama in eclipse

 

use Qt, u can use any other IDE but make sure to set the CMAKE & toolchains.

 

Regards,

Dimas


From: wakaama-dev-bounces@xxxxxxxxxxx <wakaama-dev-bounces@xxxxxxxxxxx> on behalf of sachinjoy937 . <sachinjoy937@xxxxxxxxx>
Sent: Monday, October 3, 2016 2:21:29 PM
To: Wakaama developer discussions
Subject: [wakaama-dev] Wakaama in eclipse

 

Hi all,

          Anybody tried running  wakaama(client) in eclipse / visual studio or any other IDE ? Is there any library available directly  ? 

---------------------------------------------------------------------
Intel Corporation SAS (French simplified joint stock company)
Registered headquarters: "Les Montalets"- 2, rue de Paris,
92196 Meudon Cedex, France
Registration Number:  302 456 199 R.C.S. NANTERRE
Capital: 4,572,000 Euros

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.


Back to the top