Ralph:
> On Wed, Jun 25, 2025 at 04:42:58PM +0200, karl@??? wrote:
> > mtx:
> > > On 21.06.25 17:46, karl@??? wrote:
> > > > Any build instructions would be helpful.
> > > The same as Xorg ;-)
...
> > So is it build.sh, jhbuild, meson, or something else to be
> > used for building XLibre ?
> It seems to work with "meson setup build" to prepare a building
> directory in "./build/", and then you cd to there and follow up with
> "meson compile".
Ok, then I suggest adding something like the following to README.md
so we can know without guessing:
Building XLibre
---------------
XLibre is currently usining meson to build the code.
The build process is outlined in:
https://mesonbuild.com/Running-Meson.html
I.e.:
1. cd to the directory where this file resides in.
2. change meson_options.txt to your liking e.g. with an editor
3. meson setup builddir
4. meson compile
5. meson install
For information about meson consult:
https://mesonbuild.com/.
//////
Also is there any specific order to build the modules mentioned in the
README.md file or can that be done indepently ?
Regards,
/Karl Hammar