Skip to content
tumarkin edited this page Mar 6, 2018 · 7 revisions

Precompiled binaries

Precompiled executables (currently only for Mac OS X) are available in the binaries subdirectory. Download the executable and copy it to your path. Type echo $PATH from a terminal on UNIX style platforms (including Mac) to see your path.

From source

yente is written in Haskell. To compile from source,

  • Install Stack: https://docs.haskellstack.org/
  • Clone this repository.
  • Open a terminal shell and cd into the repository root directory. Then, execute the following commands:
    • stack install
  • Add the install file directory to your path. Or, copy the installed file to a directory already in your path.