FiveDBU
- Antonio Linares
- Site Admin
- Posts: 42256
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: FiveDBU
Dear Massimo,
Our dear friend and master, Lailton, has helped us to build and test FiveDBU for Mac arm64:
Here it is FiveDBU for arm64 already built:
https://github.com/FiveTechSoft/fivemac ... _arm64.app
Please download it and test it and please let us know any error you may find so we can improve it
many thanks!
Our dear friend and master, Lailton, has helped us to build and test FiveDBU for Mac arm64:
Here it is FiveDBU for arm64 already built:
https://github.com/FiveTechSoft/fivemac ... _arm64.app
Please download it and test it and please let us know any error you may find so we can improve it
many thanks!
- Massimo Linossi
- Posts: 506
- Joined: Mon Oct 17, 2005 10:38 am
- Location: Italy
Re: FiveDBU
Hi Antonio,
great, i will test it.
Can you also build the version for macOS Sequoia ?
Many, many thanks.
Massimo
great, i will test it.
Can you also build the version for macOS Sequoia ?
Many, many thanks.
Massimo
- Antonio Linares
- Site Admin
- Posts: 42256
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: FiveDBU
Dear Masimo,
> Can you also build the version for macOS Sequoia ?
It is already macOS Sequoia compatible
Our dear friend Lailton built in and tested it on macOS Sequoia
> Can you also build the version for macOS Sequoia ?
It is already macOS Sequoia compatible
Our dear friend Lailton built in and tested it on macOS Sequoia
- Massimo Linossi
- Posts: 506
- Joined: Mon Oct 17, 2005 10:38 am
- Location: Italy
Re: FiveDBU
Hi Antonio,
I was asking for sequoia on Intel Macs.
Thanks a lot
Massimo
I was asking for sequoia on Intel Macs.
Thanks a lot
Massimo
- Antonio Linares
- Site Admin
- Posts: 42256
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: FiveDBU
Dear Massimo,
Here you have FiveDBU for sequoia on Intel Macs:
https://github.com/FiveTechSoft/fivemac ... ivedbu.app
Here you have FiveDBU for sequoia on Intel Macs:
https://github.com/FiveTechSoft/fivemac ... ivedbu.app
- Massimo Linossi
- Posts: 506
- Joined: Mon Oct 17, 2005 10:38 am
- Location: Italy
Re: FiveDBU
Hi Antonio
Downloaded now but it gives error :
You cannot open fivedbu because is not supported on Mac.
Downloaded now but it gives error :
You cannot open fivedbu because is not supported on Mac.
- Antonio Linares
- Site Admin
- Posts: 42256
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
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
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
- Massimo Linossi
- Posts: 506
- Joined: Mon Oct 17, 2005 10:38 am
- Location: Italy
Re: FiveDBU
Hi Antonio,
GREAT, works perfectly.
Thanks you so much.
Massimo
GREAT, works perfectly.
Thanks you so much.
Massimo
- Massimo Linossi
- Posts: 506
- Joined: Mon Oct 17, 2005 10:38 am
- Location: Italy
Re: FiveDBU
Hi Antonio.
Can you explain how to recompile the fivedbu even on another Imac with older
operating system ?
Thanks a lot
Massimo
Can you explain how to recompile the fivedbu even on another Imac with older
operating system ?
Thanks a lot
Massimo
- Antonio Linares
- Site Admin
- Posts: 42256
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
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
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