Skip to content

Commit

Permalink
Merge pull request #7 from cmacdonald/patch-3
Browse files Browse the repository at this point in the history
README.windows.md
  • Loading branch information
isoboroff authored Sep 21, 2016
2 parents d63f5c4 + 220378c commit 509e4b6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.windows.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## Compiling

To achieve a compilation of trec_eval for Windows, you will need Cygwin installed.

Download and install the [Cygwin](https://www.cygwin.com/) platform. You will need make and gcc installed by Cygwin. To achieve this, on top of the default Cygwin installation, it is recommended to install automake, make, gcc, cygwin-gcc and git from the Develop category, and permitting dependencies to be installed.

Then, to compile trec_eval, open a Cygwin Terminal, navigate using cd to the directory of the trec_eval source, and type make.

## Running

The resulting trec_eval.exe should be usable directly from the Cygwin Terminal.

The resulting trec_eval.exe should be usable on any machine without Cygwin installed, as long as the cygwin1.dll is available. For instance, place a copy the cygwin1.dll from Cygwin's /bin directory into the same directory as trec_eval.exe.

0 comments on commit 509e4b6

Please sign in to comment.