• MorphOS Developer
    Nadir
    Posts: 157 from 2003/3/17
    Quote:

    takemehomegrandma wrote:
    Some updating needed on those pages...


    Indeed. While those pages contain some relevant information when it comes to coding on MorphOS, they are definitely not useful regarding Flow Studio or the state of the IDE in general. This is an area where we definitely would need some good tutorial with step-by-step instructions. Anyone interested in helping out? :-)

    To briefly answer the original question though: Flow Studio does have integrated project management so there is no need to manually maintain a makefile. You can simply set up a new project and add your source files to it. The project will build by pressing a button in the toolbar and it can also be executed from there. Compiler output will be shown in the IDE and it will be possible jump to any errors with hotlinks.

    Additionally, there is an integrated debugger which will help you track down bugs in your code.

    As I said, I'm sorry that all of this isn't documented at the moment so you might need to play around a bit to figure it out. It should however work in similar way as IDEs on other platforms.
  • »05.04.18 - 14:52
    Profile