Changes between Version 7 and Version 8 of setup
- Timestamp:
- Jul 26, 2017, 5:06:45 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
setup
v7 v8 30 30 31 31 Install an optional IDE (''Integrated Development Environment''), for example: 32 * codeblocks (all Fl-AIR documentation is based on it): 32 * CodeLite (all Fl-AIR documentation is based on it): 33 * Download the version corresponding to your OS : https://downloads.codelite.org/ 34 * If the downloaded file is .deb, run: 33 35 {{{ 34 sudo apt-get install codeblocks codeblocks-contrib36 sudo opkg install filename.deb 35 37 }}} 36 38 * or eclipse: … … 38 40 sudo apt-get install eclipse-cdt 39 41 }}} 40 41 __NB__: last codeblocks version has problems with cmake and the code completion plugin. Thus it is recommended to install an older version manually (see next section). 42 * or codeblocks (depreciated because of cmake and code completion problems, see next section if you want to use CodeBlocks): 43 {{{ 44 sudo apt-get install codeblocks codeblocks-contrib 45 }}} 42 46 43 47 == Codeblocks ==