Discussion:
[grisbi-devel] New beta Grisbi 1.1.91 ?
Ludovic Rousseau
2018-01-20 17:04:39 UTC
Permalink
Bonsoir,

J'ai réussi à configurer mon systÚme pour pouvoir générer un installeur
pour macOS.
Je propose de faire une version 1.1.91 avec les derniÚres corrections et en
particulier un meilleur support sur macOS.

Pierre, as-tu des corrections en cours que tu voudrais voir dans une
version 1.1.91 ?

à+
--
Dr. Ludovic Rousseau
Pierre Biava
2018-01-20 17:38:17 UTC
Permalink
Ludovic Rousseau a écrit le 20/01/2018 à 18:04 :

Bonsoir,
J'ai réussi à configurer mon système pour pouvoir générer un
installeur pour macOS.
Je propose de faire une version 1.1.91 avec les dernières corrections
et en particulier un meilleur support sur macOS.
OK.
Pierre, as-tu des corrections en cours que tu voudrais voir dans une
version 1.1.91 ?
Non pas pour l'instant.

Donc vas-y pour la version 1.1.91

Bonne soirée.
--
A+

Pierre Biava
Barrie Treloar
2018-01-20 21:35:20 UTC
Permalink
Post by Ludovic Rousseau
Bonsoir,
J'ai réussi à configurer mon systÚme pour pouvoir générer un installeur
pour macOS.
Je propose de faire une version 1.1.91 avec les derniÚres corrections et
en particulier un meilleur support sur macOS.
Pierre, as-tu des corrections en cours que tu voudrais voir dans une
version 1.1.91 ?
à+
Do you have current instructions for building on macOS?
I'm keen to try them.
Ludovic Rousseau
2018-01-21 14:03:04 UTC
Permalink
Post by Barrie Treloar
Post by Ludovic Rousseau
Bonsoir,
J'ai réussi à configurer mon systÚme pour pouvoir générer un installeur
pour macOS.
Je propose de faire une version 1.1.91 avec les derniÚres corrections et
en particulier un meilleur support sur macOS.
Pierre, as-tu des corrections en cours que tu voudrais voir dans une
version 1.1.91 ?
à+
Do you have current instructions for building on macOS?
I'm keen to try them.
./configure
make
make install

Or if you want to create a DMG image see
https://github.com/grisbi/grisbi/blob/master/MacOS/README.MacOS

Bye
--
Dr. Ludovic Rousseau
Barrie Treloar
2018-01-21 21:12:15 UTC
Permalink
Post by Ludovic Rousseau
./configure
make
make install
Or if you want to create a DMG image see https://github.com/grisbi/
grisbi/blob/master/MacOS/README.MacOS
Oops.
I was still pointing to sf for git code...

I'll follow the latest instructions and see how that goes.

Thanks.
Barrie Treloar
2018-01-21 22:12:02 UTC
Permalink
I've probably got a half setup environment from previous tries that needs
cleaning.

I've removed homebrew from the path, but

$ jhbuild sanitycheck

gives these errors

libtool >= 1.5 not found
gettext >= 0.10.40 not found

And I can find nothing on google about how to install them for jbuild on
mac.

Do you have any suggestions?

thanks
Ludovic Rousseau
2018-01-22 08:30:08 UTC
Permalink
Post by Barrie Treloar
I've probably got a half setup environment from previous tries that needs
cleaning.
I've removed homebrew from the path, but
$ jhbuild sanitycheck
gives these errors
libtool >= 1.5 not found
gettext >= 0.10.40 not found
And I can find nothing on google about how to install them for jbuild on
mac.
Do you have any suggestions?
Install them yourself.

Get the projects archives.

$ jhbuild shell
Then for each of them:
$ ./configure --prefix=$PREFIX
$ make
$ make install

Bye

I also had issues using jhbuild on macOS. It is not fully automatic.

Bye
--
Dr. Ludovic Rousseau
Loading...