VirtualBox Host OS: | Windows 10 Pro |
---|---|
VirtualBox Guest OS: | Ubuntu 16.04 LTS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Source: https://gist.github.com/blakerohde/ec55ac3710b540adac2eda8f3924a3fa | |
// Launch options (Steam > Library > Team Fortress 2 > Properties > Set Launch Options...): -windowed -noborder | |
// Script-based (C:\SteamLibrary\steamapps\common\Team Fortress 2\tf\cfg\autoexec.cfg): | |
// Unbind unused keys: | |
unbind MWHEELUP | |
unbind MWHEELDOWN | |
unbind I |
OlderNewer