summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorPoojaChandak <poojachandak002@gmail.com>2020-11-06 11:33:40 +0100
committerJens Geyer <jensg@apache.org>2020-11-10 21:34:43 +0100
commit20205b85fa4541a4276328fc31b1cd2ff8310d42 (patch)
treed748f8a6137c0cde2d6314945b8b51efb1ded760 /doc/install
parent05bb55148608b4324a8c91c21cf9a6a0dff282fa (diff)
downloadthrift-20205b85fa4541a4276328fc31b1cd2ff8310d42.tar.gz
Grammatical/Typo changes
Patch: Pooja Chandak This closes #2271
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/windows.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/install/windows.md b/doc/install/windows.md
index 8618934f8..065b5742e 100644
--- a/doc/install/windows.md
+++ b/doc/install/windows.md
@@ -1,6 +1,6 @@
## Windows Setup
-The Thrift environment consists of two main parts: The Thrift compiler EXE and the language-dependent libraries. Most of these libraries will require some kind of build and/or installation. But regarding the Thrift compiler utility there are a number of different alternatives.
+The Thrift environment consists of two main parts: The Thrift compiler EXE and the language-dependent libraries. Most of these libraries will require some kind of build and/or installation. But regarding the Thrift compiler utility, there are a number of different alternatives.
The first one of these alternatives is to download the **pre-built Thrift Compiler EXE** and only build the libraries needed from source, following one of the "Setup from source" methods outlined below.
@@ -112,7 +112,7 @@ This can be implemented in a Makefile using the following lines:
Then linking using $(LTHRIFT) instead of -lthrift.
- TODO - diagnose issue further
+ TODO - diagnose the issue further
#### C++ runtime segfault with cygwin 1.7.5-1, g++-4.3.4, fork() and throw
@@ -131,7 +131,7 @@ To compile the Thrift generator & runtime libraries (untested) without the cygwi
* MinGW
* [Apache Thrift Requirements](/docs/install)
-In addition you need to add the following entry to your windows PATH variable.
+In addition, you need to add the following entry to your windows PATH variable.
C:\MINGW\BIN