Changes between Version 7 and Version 8 of setup


Ignore:
Timestamp:
07/26/17 17:06:45 (7 years ago)
Author:
Thomas Fuhrmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • setup

    v7 v8  
    3030
    3131Install 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:
    3335{{{
    34 sudo apt-get install codeblocks codeblocks-contrib
     36sudo opkg install filename.deb
    3537}}}
    3638 * or eclipse:
     
    3840sudo apt-get install eclipse-cdt
    3941}}}
    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{{{
     44sudo apt-get install codeblocks codeblocks-contrib
     45}}}
    4246
    4347== Codeblocks ==