cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X

Step 2: Environment Setup : C SDK tutorial Question

AM_9977001
4-Participant

Step 2: Environment Setup : C SDK tutorial Question

Hello,

I am newbie of C SDK and when I did C SDK tutorial from the following website, https://developer.thingworx.com/en/resources/guides/thingworx-c-sdk-tutorial/c-environment-setup, I stuck in step2 of Modify the Source File which I need to create a new project. 

I would like to know how to create a new project in linux. Is it just creating a folder under the root directory? Or If creating a project is not creating a folder, may I know how to create a new project? 

Thank you.

1 ACCEPTED SOLUTION

Accepted Solutions

You can create this project in several ways. What it's referring to is a folder on your system and I can change the wording there. You'll need to make a new directory wherever you want to code and copy the C SDK download (mainly the src folder and the CMakeList.txt file) there. Or you can create a new Eclipse project and import the projects inside of this folder.

View solution in original post

2 REPLIES 2

You can create this project in several ways. What it's referring to is a folder on your system and I can change the wording there. You'll need to make a new directory wherever you want to code and copy the C SDK download (mainly the src folder and the CMakeList.txt file) there. Or you can create a new Eclipse project and import the projects inside of this folder.

Hi @AM_9977001

 

If you feel the previous response answered your question, please mark it as the Accepted Solution for the benefit of others with the same question.

 

Regards.

 

--Sharon

Top Tags