-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Codeblocks files are gone #297
Comments
Hi, OF doesn't support codeblocks anymore, there's installation manuals for the officially supported IDEs in the OF download page. Is there any explicit mention to codeblocks in the book? if so can you point out where so we can remove them? |
It's here: https://openframeworks.cc/ofBook/chapters/setup_and_project_structure.html I created a screenshot for the book. Although I'm not sure what to write about it... QtCreatorQtCreator is a cross platform free/libre IDE. It is quite "light" in terms of downloading but powerful nonetheless. |
Hi! @SynchromaAE Thanks for pointing this out. Cheers |
Welcome :) BTW, there's more mentions of code::Blocks. |
@hamoid @arturoc is QtCreator actually free/libre? I mean, does it comply with the proper meaning of the term, like software libre, rather than simply being able to download it without paying for it (Gratis)? |
@roymacdonald Based on https://github.com/qt-creator/qt-creator/blob/master/LICENSE.GPL3-EXCEPT it's GPL3 with 2 exceptions. |
@roymacdonald perhaps it's easier to just remove any mention of any particular IDE and just mention that the guides to install each IDE on each platform are in the downloads section. Even the VS reference seems super outdated now That way whenever we add new IDEs or just update versions there's no outdated instructions You could include mentions of well known IDEs but making very clear that are just examples, not mentioning any specific version and linking to the install guides so there's no confusions like this |
@arturoc yeah. you're right. I was going to include the links to each setup guide but it is much better as you say. I think that it is still a good idea to keep the screenshots as these make sense with the chapter's logic. |
Hi @SynchromaAE , @arturoc , @hamoid |
In every version of OF from 0.9.0 onwards, the Codeblocks workspace files (.workspace) or project files (.cbp) are not included. The book needs to be updated to reflect this, possibly with a "Making a new OF project in Codeblocks" page. I am a beginner with OF and Codeblocks, but not with coding, and this is a serious omission for beginners.
The text was updated successfully, but these errors were encountered: