ayoy / fontedit

A desktop app to import, edit and export fonts as byte arrays for use in embedded systems
https://kapusta.cc/fontedit
GNU General Public License v3.0
323 stars 25 forks source link

Compiling in Windows #2

Closed ihouses closed 4 years ago

ihouses commented 4 years ago

Hello, I have really difficulties to compile the source code in windows. I have downloaded the .NET 2019 in order to get Cmake but after plenty of error nothing can be compiled. Is there any tutorial where I can properly see how to use that tools in windows?

ayoy commented 4 years ago

Hey, you don't have to compile the source code in order to use the app on Windows. I have provided an installer on the releases page. Download the .exe file and install the app.

If you really want to compile source code, you'd have to get Qt libraries from https://www.qt.io/download-qt-installer, install Qt desktop libraries and Qt Creator. Open the top-level CMakeLists.txt in QtCreator and you'll be able to compile and run the app.