At bottom :-

On 10/07/2023, shirish शिरीष <shirisha...@gmail.com> wrote:
> Dear Oliver,
>
> I tried to locally compile the software using the build instructions
> shared at -
>
> https://codeberg.org/klartext/plio/src/branch/main/doc/buildinstall.md
>
> I just wanted to try make without using any special fonts or anything so did
> -
>
>  ~/games/plio/src$ make
> gcc -c -Wall -W  main.c
> In file included from dircontents.h:23,
>                  from collection.h:23,
>                  from main.c:23:
> image.h:18:10: fatal error: FreeImage.h: No such file or directory
>    18 | #include <FreeImage.h>
>       |          ^~~~~~~~~~~~~
> compilation terminated.
> make: *** [Makefile.objects:140: main.o] Error 1
>
> Git log shows me the following -
>
> commit 4ac01b38108f206f29d4f570edc7d1fedb43f91b
> Author: Oliver Bandel <oli...@first.in-berlin.de>
> Date:   Mon Jun 19 02:14:55 2023 +0200
>
>     commands.c: more doxy-documentation added
>
> Looking forward to help.
>
> --
>           Regards,
>           Shirish Agarwal  शिरीष अग्रवाल
>   My quotes in this email licensed under CC 3.0
> https://creativecommons.org/licenses/by-nc/3.0/
> https://flossexperiences.wordpress.com
>
> E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C
>

Was able to fix the issues by installing libfreeimage-dev and was able
to fix the font issue by writing #define FONT_NAME
"/usr/share/fonts/truetype/oxygen/OxygenMono-Regular.ttf"

Maybe you can add that one as a commit. I haven't found
roboto-mono.ttf at least in Debian :(

While there are quite a few mono spaced fonts. I have shared a few
that have been installed on my system (not the whole bunch)  -

https://paste.debian.net/1285488/

One issue that I found out is maximizing the Window is an issue. I use
mate as my window-manager. I do not have the key that you shared for
maximizing window. If possible, would like the minimize, maximize and
close that we have in MATE window manager. Sharing a screenshot of the
same.

Looking forward to updates.

-- 
          Regards,
          Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
https://creativecommons.org/licenses/by-nc/3.0/
https://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C

Reply via email to