Search found 51 matches: pkg

Return to advanced search

Pasar de TDolphin a FWHMariaDB

... de aquí el motor MariaDB https://mariadb.org/download/?t=mariadb&p=mariadb&r=11.1.0&os=windows&cpu=x86_64&pkg=msi&m=insacom //Si quiere pasar todas sus DBF con datos a SQL utilice DBF2SQL de Kleyber Descargar de aquí: https://drive.google.com/file/d/1vC32WQL1zuqHetm8IHxL-ogBES0Xp9qm/view?usp=sharing ...
by acuellar
Mon May 08, 2023 8:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pasar de TDolphin a FWHMariaDB
Replies: 9
Views: 887

Re: Building Harbour gtxwc (libgtxwc.a)

In order to test X11 you need to install this on termux:

pkg install libx11-dev

to build Harbour examples:
../bin/android/gcc/hbmk2 testx11 -lX11
by Antonio Linares
Fri Apr 05, 2019 1:00 pm
 
Forum: FiveTouch
Topic: Building Harbour gtxwc (libgtxwc.a)
Replies: 5
Views: 15799

Re: FiveLinux, Harbour en OpenSuse Leap 42.1 x86_64

... GTK_OBJECT( listItem ), "index", ( gpointer ) ( i + 1 ) ); ^ ar rc ./lib/libfivec.a objc/listboxes.o gcc -D_HARBOUR_ `pkg-config --cflags gtk+-2.0` `pkg-config --cflags libglade-2.0` -I./../include/harbour -I./include -Wall -c -o objc/lnx.o source/internal/lnx.c Package ...
by jamil
Sun Mar 24, 2019 1:16 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: FiveLinux, Harbour en OpenSuse Leap 42.1 x86_64
Replies: 8
Views: 2981

Re: Docker quick guide

X11: (Termux) pkg install x11-repo pkg install libx11-dev libX11.a is missing and has to be built using this: https://github.com/termux/x11-packages to build it we use a docker linux with docker into it: git clone https://github.com/termux/x11-packages ...
by Antonio Linares
Fri Mar 15, 2019 9:23 pm
 
Forum: Utilities / Utilidades
Topic: Docker quick guide
Replies: 5
Views: 1131

Xbrowse and Select clause problem

... 5 ) , ; STR( qtedim->wid, 5 ) , ; STR( qtedim->hgt, 5 ) , ; STR( qtedim->lbs, 9, 2 ) ; ID 5000 ; HEADERS "Qty", "Pkg", "Commodity", "(L)", "(W)", "(H)", "LBS" ; FIELDSIZES 75 , 100 , 200 , 75 , 75 , 75 , 75 ...
by cdmmaui
Sat May 05, 2018 7:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse and Select clause problem
Replies: 14
Views: 2092

Re: AI books / Libros de Inteligencia artificial

IBM - Machine Learning for Dummies https://www-01.ibm.com/marketing/iwm/dre/signup?source=urx-20857&S_PKG=ov61524&cm_mmc=Display_Developermedia-_-Data%20Science_Data%20Science-_-EP_ES-_-23277454_Newsletter%20DeveloperMedia%20for%20IBM%20SPSS&cm_mmca1=000024OR&cm_mmca2=100...
by Antonio Linares
Fri Feb 16, 2018 10:12 am
 
Forum: latest AI news
Topic: AI books / Libros de Inteligencia artificial
Replies: 7
Views: 1805

Making a installer package for distribution

... certificate. Once you have this certificate you can sign your package withe the next command: productsign --sign 'Your certificate' YourPackage.pkg YourPackageSigned.pkg Hope these steps are useful for others, if you have any questions, please ask
by plantenkennis
Tue Jun 27, 2017 9:09 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Making a installer package for distribution
Replies: 1
Views: 1506

Re: macexec with variable

Hello Mastintin, Thanks for your suggestion, but this does not work. What I want is the following: I use packages to make a pkg from my app. This pkg installs the program in folder programs and databases in folder users/shared/plantenkennis. Now I want to run a .sh script which makes ...
by plantenkennis
Thu Apr 13, 2017 6:28 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: macexec with variable
Replies: 9
Views: 2664

Re: making a installation package

Hello Antonio,

I think packages is just what I need. With the online help I was able to build a pkg file. Thanks.
by plantenkennis
Sat Jan 14, 2017 10:10 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: making a installation package
Replies: 4
Views: 2386

making a installation package

Hello, Maybe this is not the place to ask this, but I try. My app is nearly finished and now I want to distribute it. I think I need to make a pkg file, but I don't know how. This is the requirement: the app must be placed in the /program/ folder the database I want to put in the users/USERNAME/plantenkennis'/ ...
by plantenkennis
Fri Jan 13, 2017 5:08 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: making a installation package
Replies: 4
Views: 2386

Re: FiveLinux on Raspberry Pi compile Error.

... -I/usr/include/mysql $2 echo compiling C module... gcc $1.c -c -I/home/pi/fwh/include -I/home/pi/harbour/include -I/usr/include/mysql `pkg-config --cflags gtk+-2.0` # -D_FILE_OFFSET_BITS=64 echo linking... gcc $1.o -o$1 -L/home/pi/fwh/lib -L/home/pi/harbour/lib -L/usr/lib/mysql -lmysqlclient_r ...
by yunbg1
Wed Feb 03, 2016 4:38 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: FiveLinux on Raspberry Pi compile Error.
Replies: 10
Views: 3330

Re: FiveLinux on Raspberry PI - Dead or alive ?

... $1 -n -I./../include -I./../../harbour/include $2 echo compiling C module... gcc $1.c -c -I./../include -I./../../harbour/include `pkg-config --cflags gtk+-2.0` echo linking... gcc $1.o -o$1 -L./../lib -L./../../harbour/lib/linux/gcc -Wl,--start-group -lfive -lfivec -lxhb -lhbcommon ...
by George
Tue Feb 02, 2016 4:26 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: FiveLinux on Raspberry PI - Dead or alive ?
Replies: 21
Views: 9641

Re: Problem Clicking on Fields in Dialog

... DO CASE CASE 'LINKSYS' $ Pmod REDEFINE LISTBOX oDimBox FIELDS wmsdet->desc , ; TRANSF(wmsdet->qty,"9999999") , ; wmsdet->pkg , ; LTRIM( STR( wmsdet->len, 9, 1 ) ) + ' x ' + LTRIM( STR( wmsdet->wid, 9, 1 ) ) + ' x ' + LTRIM( STR( wmsdet->hgt, 9, 1 ) ) , ; TRANSF(wmsdet->lbs,"9,999,999.99") ...
by cdmmaui
Thu Nov 07, 2013 1:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem Clicking on Fields in Dialog
Replies: 11
Views: 3861

Re: Printing to an IP adress

... ) AADD( aLabel, 'ALIGN 1' ) AADD( aLabel, 'PRTXT "NO.: ' + cNo + '"' ) AADD( aLabel, 'PRPOS 460,600' ) AADD( aLabel, 'PRTXT "PKG NO: ' + LTRIM(STR(nStart,9)) + ' OF ' + LTRIM(STR(VAL(cPkg_rcv),9)) + '"' ) AADD( aLabel, 'PRPOS 030,525' ) AADD( aLabel, 'PRTXT "P.O. ...
by cdmmaui
Fri Sep 21, 2012 1:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing to an IP adress
Replies: 4
Views: 1017
Next

Return to advanced search