Chlumsky / msdf-atlas-gen

MSDF font atlas generator
MIT License
783 stars 175 forks source link

build instructions? #106

Closed sirus20x6 closed 1 week ago

sirus20x6 commented 1 week ago

i tried mkdir build cmake .. make -j48

and I get

/code/git/msdf-atlas-gen/msdf-atlas-gen/artery-font-export.cpp:6:10: fatal error: artery-font/std-artery-font.h: No such file or directory
    6 | #include <artery-font/std-artery-font.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/msdf-atlas-gen.dir/build.make:188: CMakeFiles/msdf-atlas-gen.dir/msdf-atlas-gen/artery-font-export.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:105: CMakeFiles/msdf-atlas-gen.dir/all] Error 2
make: *** [Makefile:91: all] Error 2
Chlumsky commented 1 week ago

git submodule update --init