'Importing' a project #73
-
I'm currently using Terminal and Koder with a makefile for my projects. How do I 'convert' it to a Genio project? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
Hi, I guess this deserves a section in the readme, although in the future we could try to merge this with the regular "File" -> "Open" menu. |
Beta Was this translation helpful? Give feedback.
-
Damn! I could've sworn I've tried that before... :) |
Beta Was this translation helpful? Give feedback.
-
You also need to configure the project with Project->Settings... and fill the commands and target path relevant to you. For each flavor build or release you can set the build and clean commands and the path of the target executable. |
Beta Was this translation helpful? Give feedback.
-
There is no concept of "Importing a project" in Genio, you just simply open its folder and configure it. |
Beta Was this translation helpful? Give feedback.
-
Nice! |
Beta Was this translation helpful? Give feedback.
Hi,
To open an existing "project", you use "Project" -> "Open Project" and select the directory where the code resides.
I guess this deserves a section in the readme, although in the future we could try to merge this with the regular "File" -> "Open" menu.