Hi Reinaldo and welcome, Yes Paul is right and just for completness (and CC-ing dev) :
We currently do not require an IDE to build Scilab ; you can program using vim / emacs / notepad++, gcc / clang / msbuild. As common IDEs provide a way to import an exiting code base as a new project, we also do not provide project files (other than the VisualStudio ones required by msbuild). PS: I personally use Netbeans and/or Eclipse JDT for Java programming. Eclipse CDT and/or Vim (with YouCompleteMe) for C/C++ programming. -- Clément Le mardi 14 février 2017 à 09:03 +0100, Paul Bignier a écrit : > > Hello Reinaldo, > > You don't have to install the whole Xcode to have gcc (pointing to clang) > available, you can > simply install the command-line tools. > > Regards, > Paul > > On 02/13/2017 07:46 PM, Reinaldo Golmia Dante wrote: > > Hi Scilab users, > > > > I would like to install only a C/C++ compiler for Mac OS Sierra. I had > > installed Xcode, but it > > was very heavy (about 4.5GB) for the SMD disk in my MacBook Air. I'd like > > to install Eclipse IDE > > C++ to program C/C++, but I think it requires a C/C++ compiler, doesn't it? > > > > Thank you in advance. > > > > Best, > > Reinaldo. > > > > > > _______________________________________________ > > users mailing list > > [email protected] > > http://lists.scilab.org/mailman/listinfo/users > > _______________________________________________ > users mailing list > [email protected] > http://lists.scilab.org/mailman/listinfo/users _______________________________________________ dev mailing list [email protected] http://lists.scilab.org/mailman/listinfo/dev
