Skip to content

Instantly share code, notes, and snippets.

@blakerohde
Last active September 22, 2016 05:03
Show Gist options
  • Save blakerohde/ed87be2c838ec451f7efa50ce29573ec to your computer and use it in GitHub Desktop.
Save blakerohde/ed87be2c838ec451f7efa50ce29573ec to your computer and use it in GitHub Desktop.
Getting Started with openFrameworks 0.9.3 + Eclipse Neon (4.6) + Fedora 24
Install Eclipse CDT (C/C++) IDE:
1) $ sudo dnf install eclipse-cdt
2) Within Eclipse, install the "C/C++ Development Tools" and "C/C++ Development Tools SDK" plugins using the IDE plugin manager
3) Within the IDE plugin manager, search for all "C++" plugins and Install All The Things (.jpg)
Download and Setup openFrameworks:
1) Download and extract openFrameworks: http://openframeworks.cc/download/
2) Follow the Linux Install guide: http://openframeworks.cc/setup/linux-eclipse/
3) Follow the Linux Eclipse Setup guide: http://openframeworks.cc/setup/linux-eclipse/
Running/Debugging within Eclipse:
1) Be sure to select and Build your application source code folder in the Project Explorer panel before selecting Debug/Run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment