Search found 79 matches: apt

Return to advanced search

fivelinux + ubuntu 9.10

Sr. Antonio, Tive problemas em instalar a GTK: sudo apt-get install libgtk2.0-dev [sudo] password for ubiratan: Lendo listas de pacotes... Pronto Construindo árvore de dependências Lendo informação de estado... Pronto Alguns pacotes não puderam ...
by MGA
Fri Feb 05, 2010 8:04 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: fivelinux + ubuntu 9.10
Replies: 2
Views: 969

Re: Compilar en Ubuntu

... intentar instalar con un comando los paquetes de software necesarios para compilar harbour en tu sistema Probemos el siguiente comando: sudo apt-get update; sudo apt-get install wget cvs rcs build-essential ncurses-dev libslang2-dev tk8.3-dev unixodbc-dev subversion libncurses-dev libx11-dev ...
by Armando Picon
Fri Jan 22, 2010 2:15 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Compilar en Ubuntu
Replies: 19
Views: 7388

Re: Compilar en Ubuntu

... PARA INSTALAR HARBOUR EN UBUNTU 9.10 (SOLO PARA MODO CONSOLA) He hecho lo siguiente: 1º.- Instalar en SVN (Source Version control system): sudo apt-get install subversion 2º.- Descargar de sourceforge la version de Harbour al directorio harbour-project en el directorio local del usuario que ...
by Verhoven
Thu Dec 24, 2009 9:17 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Compilar en Ubuntu
Replies: 19
Views: 7388

Compilar en Ubuntu

... Harbour pero luego con el gcc no consigo generar el ejecutable. He hecho lo siguiente: 1º.- Instalar en SVN (Source Version control system): sudo apt-get install subversion 2º.- Descargar de sourceforge la version de Harbour al directorio harbour-project en el directorio local del usuario que ...
by Verhoven
Tue Dec 15, 2009 11:08 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Compilar en Ubuntu
Replies: 19
Views: 7388

Re: 64 bit Linux

Resolved I had run sudo apt-get install libgpm-dev but libgpm.so was only in /usr/lib. With a libgpm.so in /usr/lib64 all went well. (Just do not know how it got there when it didn't show up before). In summary, as well as downloading ...
by xProgrammer
Wed Nov 04, 2009 2:47 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: 64 bit Linux
Replies: 2
Views: 864

Re: Error compilando en Ubuntu

... las que pones en un tema de este foro para ubuntu. como puedes ver aquí están todas instaladas, o por lo menos eso me dice. root@ubuntu:/# sudo apt-get install libgtk2.0-dev Leyendo lista de paquetes... Hecho Creando árbol de dependencias Leyendo la información de estado... Hecho libgtk2.0-dev ...
by pedrog
Mon Oct 05, 2009 9:26 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Error compilando en Ubuntu
Replies: 12
Views: 2988

Shell Scripts to Update FiveLinux libraries.

... #include <libgnomeprint/gnome-print-job.h> #include <libgnomeprintui/gnome-print-dialog.h> whereas given where apt-get install puts them they would have to be included as: #include <libgnomeprint-2.2/libgnomeprint/gnome-print.h> #include <libgnomeprint-2.2/libgnomeprint/gnome-print-job.h> ...
by xProgrammer
Mon Sep 08, 2008 12:13 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Shell Scripts to Update FiveLinux libraries.
Replies: 3
Views: 1749

... instructions on how to install packages on the various Linux distributions but I did find some excellent (and very detailed) documentation on apt at http://www.debian.org/doc/user-manuals under APT How To. Includes a lot of very useful information such as how to find package names (page 23 ...
by xProgrammer
Wed Sep 03, 2008 1:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWin Wiki
Replies: 44
Views: 10469

Hi Antonio Probably the first step is to type svn --version (or similar) and check if it is installed, so there is no need to install it. apt-get install advises if you have the latest version and if so does nothing so just suggesting that is possibly simpler. When you said that the download ...
by xProgrammer
Wed Sep 03, 2008 12:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWin Wiki
Replies: 44
Views: 10469

Hi Antonio I will test it out from scratch. My guess is that if svn is required one would have to go sudo apt-get install subversion as a first step? Also it might be worthwhile pointing out that sudo apt-get install is the command for Debian based (and therefore Ubuntu etc) ...
by xProgrammer
Tue Sep 02, 2008 8:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWin Wiki
Replies: 44
Views: 10469

Doug,

Once you have done the checkout, go to the created folder xharbour and change permissions of make_gnu.sh:

chmod +x ./make_gnu.sh

then simply do:

./make_gnu.sh

BTW, you need to have bison installed:
sudo apt-get install bison
by Antonio Linares
Wed Aug 06, 2008 12:49 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Sockets, Threads, xHarbour and Linux
Replies: 17
Views: 5077

... do: ./checkout.sh xHarbour will start downloading to your computer, in the same folder where checkout.sh is You may need to install CVS: sudo apt-get install cvs
by Antonio Linares
Wed Aug 06, 2008 12:22 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Sockets, Threads, xHarbour and Linux
Replies: 17
Views: 5077

Hi Antonio I couldn't install debmake. apt-get install gives the following: Reading package lists... Building dependency tree... Reading state information... Package debmake is not available, but is referred ...
by xProgrammer
Fri May 30, 2008 12:12 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Could we have a 64 bit FiveLinux build please?
Replies: 7
Views: 2594

... Antonio I managed to download the xHarbour Linux source (although I had to do it from Firefox as the cvs approach didn't work for me). Then I used apt-get to install bison because that caused make_gnu.sh to fail. But make_gnu.sh is still failing. I tried redirecting output to a textfile to send ...
by xProgrammer
Wed May 28, 2008 11:35 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Could we have a 64 bit FiveLinux build please?
Replies: 7
Views: 2594

JM, Si, exactamente :-) En cuanto a Linux necesitarás comprobar que tienes estos paquetes instalados: sudo apt-get install libgtk2.0-dev sudo apt-get install gcc sudo apt-get install libncurses5-dev sudo apt-get install libgpmg1-dev sudo apt-get install libgnomeprintui2.2-dev ...
by Antonio Linares
Sun Mar 30, 2008 8:59 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Distribucion Recomendada?
Replies: 12
Views: 5310
PreviousNext

Return to advanced search