diff options
author | Nobuyoshi Nakada <[email protected]> | 2019-08-04 07:12:16 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2019-08-04 07:14:17 +0900 |
commit | 6a1458caf2e4d15215e094cc4863e3a6f2648f6b (patch) | |
tree | addd97a6fa7ac38e467d3791729bafb6732c3445 | |
parent | d569d721f978d2e0b5b331b3c3aa69c89f94d70b (diff) |
[DOC] Mark up path names to show a backslash [ci skip]
-rw-r--r-- | win32/README.win32 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/README.win32 b/win32/README.win32 index eae6cdce9a..a5f8750b86 100644 --- a/win32/README.win32 +++ b/win32/README.win32 @@ -33,12 +33,12 @@ == How to compile and install -1. Execute win32\configure.bat on your build directory. +1. Execute <tt>win32\configure.bat</tt> on your build directory. You can specify the target platform as an argument. For example, run `<tt>configure --target=i686-mswin32</tt>' You can also specify the install directory. For example, run `<tt>configure --prefix=<install_directory></tt>' - Default of the install directory is /usr . + Default of the install directory is <tt>/usr</tt> . The default _PLATFORM_ is `+i386-mswin32_+_MSRTVERSION_' on 32-bit platforms, or `+x64-mswin64_+_MSRTVERSION_' on x64 platforms. _MSRTVERSION_ is the 2- or 3-digits version of the Microsoft |