Changes between Version 8 and Version 9 of setup
- Timestamp:
- Feb 13, 2019, 5:33:26 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
setup
v8 v9 30 30 31 31 Install an optional IDE (''Integrated Development Environment''), for example: 32 * CodeLite (all Fl-AIR documentation is based on it):32 * !CodeLite (all Fl-AIR documentation is based on it): 33 33 * Download the version corresponding to your OS : https://downloads.codelite.org/ 34 34 * If the downloaded file is .deb, run: … … 40 40 sudo apt-get install eclipse-cdt 41 41 }}} 42 * or codeblocks (depreciated because of cmake and code completion problems, see next section if you want to use CodeBlocks):42 * or codeblocks (depreciated because of cmake and code completion problems, see next section if you want to use !CodeBlocks): 43 43 {{{ 44 44 sudo apt-get install codeblocks codeblocks-contrib