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.
Solved! Go to Solution.
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.
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