aboutsummaryrefslogtreecommitdiffstats
path: root/tools/mcufontencoder/src/readme_win32.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/mcufontencoder/src/readme_win32.txt')
-rw-r--r--tools/mcufontencoder/src/readme_win32.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/mcufontencoder/src/readme_win32.txt b/tools/mcufontencoder/src/readme_win32.txt
new file mode 100644
index 00000000..42b18466
--- /dev/null
+++ b/tools/mcufontencoder/src/readme_win32.txt
@@ -0,0 +1,9 @@
+How to build on Windows using Visual Studio 2015
+
+* Download freetype-2.7 and extract to mcufont dir. result will contain freetype-2.7\src, freetype-2.7\include, etc.
+* Go to freetype-2.7\builds\windows\vc2010 and open freetype.sln
+* Select "Debug Multithreaded" and build. Select "Release Multithreaded" and build. Close Visual Studio.
+* Open mcufont.sln
+* Select Debug or Release, and build
+* Resulting mcufont.exe is in Release\ or Debug\ folder and needs no further dependencies.
+