Skip to content

Commit 882e953

Browse files
authored
Merge pull request #1751 from leopeng1995/master
doc: fix incorrect fontconfig path in Windows build guide
2 parents 6d9d8d7 + 3b82ce2 commit 882e953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/build_instructions/windows_msvc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ _Note:_ If you want to download and build Nyan automatically add `-DDOWNLOAD_NYA
8282
- Select all `ttf\DejaVuSerif*.ttf` files, right click and click `Install for all users`.
8383

8484
_Note:_ This will require administrator rights.
85-
- Set the `FONTCONFIG_PATH` environment variable to `<vcpkg directory>\installed\<relevant config>\tools\fontconfig\fonts\`.
85+
- Set the `FONTCONFIG_PATH` environment variable to `<vcpkg directory>\installed\<relevant config>\tools\fontconfig\fonts\` or `<vcpkg directory>\installed\<relevant config>\etc\fonts\`.
8686
- Copy `fontconfig\57-dejavu-serif.conf` to `%FONTCONFIG_PATH%\conf.d`.
8787
- [Optional] Set the `AGE2DIR` environment variable to the AoE 2 installation directory.
8888
- Set `QML2_IMPORT_PATH` to `<vcpkg directory>\installed\<relevant config>\qml` or for prebuilt Qt `<qt directory>\<qt-version>\<compiler-version>\qml`

0 commit comments

Comments
 (0)