Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Fernando Poblete

#1
General Stuff / Re: Installing FET on Linux/Ubuntu
April 06, 2016, 07:33:38 AM
Liviu. You're right. I meant "compiling" in my above post.  :P

Another tip is, if at make install you get the "make: *** No hay ninguna regla para construir el objetivo `install'. Alto." error (something like "There are no rules to build the target 'install'. Stop.", you have to install g++ compiler "sudo apt-get install g++". Better, install build-essential, "sudo apt-get install build-essential".
   
It includes build libraries commonly used, rather than just g++, but if all you need is the g++ compiler, then installing g++ is enough.
#2
General Stuff / Re: Installing FET on Linux/Ubuntu
February 18, 2016, 11:18:09 PM
If someone has issues installing Fet 5.28 due to lack of qt 5.5.1, you can use this command without quotes "sudo apt-get install qt5-default". Regards.