Tim Greinert

Results 24 comments of Tim Greinert

@MrSpinalzo Sorry, you were in the right thread, I was in the wrong one. 😄 Did you install FontForge?

After installing FontForge find a file in the installation folder called `fontforge-console.bat` and run it. Then open the file `Makefile` in the repo with an editor and change line 15...

Do you know how to put something in the environment path?

Okay, let's make sure you even need to do that. Open cmd and type ffpython. If you get a python console, you don't. If you get an error, you do.

Okay. Here is a random link, that tells you where to find the path variable: https://www.howtogeek.com/787217/how-to-edit-environment-variables-on-windows-10-or-11/ You need to add the path to ffpython.exe generated by the bat file to...

When you open cmd in the folder where the bat was, can you then run ffpython?

No, not the Makefile. The .bat one.

Your very welcome!

Yes! very good. I'm sorry, I'm not on a Windows PC and I have never done this myself, so I'm just reading here and there on Stackoverflow and tell you...

Now, you need to install make. There are multiple options for make on Windows. I have never used any of them. Here is one: https://cygwin.com/install.html