Skip to main content
1-Visitor
July 8, 2021
Solved

Step 2: Environment Setup : C SDK tutorial Question

  • July 8, 2021
  • 1 reply
  • 1256 views

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.

Best answer by thingw0rxgenie

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.

1 reply

5-Regular Member
July 16, 2021

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.

Support
July 23, 2021

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