ayoy / font2bytes

A command-line and GUI tool that converts font images to byte arrays for use in embedded systems
https://kapusta.cc
GNU Lesser General Public License v3.0
20 stars 4 forks source link

gsl build issue #2

Open etoykan opened 11 months ago

etoykan commented 11 months ago

Hi,

I'm having this error trying to build it when I run make command for the GUI build.

fixedwidthfontconverter.cpp:2:10: fatal error: 'gsl/gsl' file not found
#include <gsl/gsl>
         ^~~~~~~~~

I installed gsl using homebrew but I think I need to pass the path to it somehow but I couldn't figure out how.

Thanks!

pdemidyuk-ib commented 2 months ago

same here, 'gsl/gsl' file not found

pilatomic commented 2 months ago

Just had the same issue, you need to initialize the git submodules, use the following command :

git submodule update --init