Search found 203 matches: clone

Return to advanced search

Re: FiveDBU

Dear Massimo,

Please do this:
git clone https://github.com/harbour/core harbour
git clone https://github.com/fivetechsoft/fivemac

then do:
cd harbour
make
cd ..
cd fivemac
make

cd samples
./build.sh fivedbu

that should build fivedbu with no issues and run properly on your macs
by Antonio Linares
Mon Dec 09, 2024 9:10 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: FiveDBU
Replies: 12
Views: 685

Re: FiveDBU

How have you downloaded it ?

Please do this:

git clone https://github.com/fivetechsoft/fivemac

Then open OSX finder, go to fivemac/samples folder and double click on fivedbu.app
by Antonio Linares
Mon Dec 09, 2024 9:30 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: FiveDBU
Replies: 12
Views: 685

Re: Building modharbour with ADS on Linux

Dear Reinaldo, You should git clone Harbour from https://github.com/harbour/core If you need ADS support, then you have to build Harbour with ADS support. I will provide you detailed instructions about this in a next post. Linux version ...
by Antonio Linares
Mon Jul 01, 2024 6:19 am
 
Forum: mod_harbour
Topic: Building modharbour with ADS on Linux
Replies: 5
Views: 1432

Building modharbour with ADS on Linux

... more with ModHarabour, I have setup an old computer with Fedora server + Apache + PHP 8.2. Apache and PHP are working fine. I have <git> cloned mod_harbour from GitHub.com/fivetechsoft/mod_harbour.git and Harbour from GitHub.com/vszakats/harbour-core.git. (1)-- Or should I git clone from ...
by reinaldocrespo
Sun Jun 30, 2024 12:45 pm
 
Forum: mod_harbour
Topic: Building modharbour with ADS on Linux
Replies: 5
Views: 1432

Re: Velocidad de Internet.

Clone de repository:
Code: Select all  Expand view  RUN
git clone https://github.com/microsoft/vcpkg.git


Prepara vcpkg
Code: Select all  Expand view  RUN
cd vcpkg
bootstrap.bat
 


Install the package
Code: Select all  Expand view  RUN
vcpkg install curl:x86-windows curl:x64-windows
by Lailton
Fri Jun 07, 2024 4:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Velocidad de Internet.
Replies: 20
Views: 4316

Re: Velocidad de Internet.

... por Microsoft. Puedes obtener vcpkg de varias formas: 1. **GitHub**: Puedes clonar el repositorio de vcpkg desde GitHub utilizando el comando `git clone https://github.com/microsoft/vcpkg.git`. Luego, debes compilarlo manualmente siguiendo las instrucciones en el README.md. 2. **Releases de GitHub**: ...
by Antonio Linares
Fri Jun 07, 2024 4:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Velocidad de Internet.
Replies: 20
Views: 4316

Using llama64.lib with Harbour

Thanks to Alexander Kressin: git clone https://gitflic.ru/project/alkresin/llama_prg.git to build it: go.bat @setlocalcall "%ProgramFiles%\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64cl -c -TP -Ic:\harbour\include ...
by Antonio Linares
Tue Mar 26, 2024 10:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using llama64.lib with Harbour
Replies: 4
Views: 1531

Re: SAPI : change Voice

... machine running and be able to debug C code. You get it when you install (free) Visual Studio Community 1. Install Visual Studio Community 2. git clone https://github.com/FiveTechSoft/harbour_app_msvc64_sources 3. double click on the SLN file It is to review Harbour internals, etc. not ...
by Antonio Linares
Fri Jan 26, 2024 7:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 20792

Re: Using Microsoft AI Phi-2 from FWH

Steps to build llama64.dll: 1. git clone https://github.com/ggerganov/llama.cpp 2. cd llama.cpp 3. mkdir temp 4. cd temp 5. cmake .. 6. open created llama.cpp.sln using Visual Studio and select "Release" at the top bar 7. On the ...
by Antonio Linares
Tue Dec 19, 2023 11:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 13687

Re: HBIDE - Will there be any further development?

... the Alt keys don't work. Can you test the executable, and see if Alt F works on your side? There is an updated version already available: git clone https://github.com/FiveTechSoft/hbide or simply: git pull
by FWExplorer
Fri Oct 20, 2023 11:48 pm
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: HBIDE - Will there be any further development?
Replies: 18
Views: 24377

Re: HBIDE - Will there be any further development?

Thanks Antonio,

I'll take a look this weekend.


Antonio Linares wrote:There is an updated version already available:

git clone https://github.com/FiveTechSoft/hbide

or simply:

git pull
by FWExplorer
Fri Oct 20, 2023 1:22 pm
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: HBIDE - Will there be any further development?
Replies: 18
Views: 24377

Re: HBIDE - Will there be any further development?

There is an updated version already available:

git clone https://github.com/FiveTechSoft/hbide

or simply:

git pull
by Antonio Linares
Fri Oct 20, 2023 9:05 am
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: HBIDE - Will there be any further development?
Replies: 18
Views: 24377

Re: HBIDE - Will there be any further development?

Will do, thanks.


Antonio Linares wrote:Already implemented and pushed to the repo :-)

Please do a "git pull" or a clean "git clone https://github.com/fivetechsoft/hbide"

and run go.bat

anyhow still there are bugs and it needs more feedback...
by FWExplorer
Tue Sep 05, 2023 2:19 pm
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: HBIDE - Will there be any further development?
Replies: 18
Views: 24377

Re: HBIDE - Will there be any further development?

Already implemented and pushed to the repo :-)

Please do a "git pull" or a clean "git clone https://github.com/fivetechsoft/hbide"

and run go.bat

anyhow still there are bugs and it needs more feedback...
by Antonio Linares
Tue Sep 05, 2023 1:56 pm
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: HBIDE - Will there be any further development?
Replies: 18
Views: 24377
Next

Return to advanced search