Installation

Environment requirements

  • OS: Ubuntu 22.04 or macOS 12.
  • stack is installable.
  • normalizer is installable.

Install stack

See the official stack installation documentation.

Install normalizer

Install the normalizer executable globally via stack. Then, the normalizer executable will be available on PATH.

Install normalizer from the repository

Clone and enter the project repository.

git clone https://github.com/objectionary/normalizer --recurse-submodules
cd normalizer

Install normalizer.

export LC_ALL=C.UTF-8
stack install eo-phi-normalizer

Install normalizer from Hackage

stack update
export LC_ALL=C.UTF-8
stack install --resolver lts-22.16 eo-phi-normalizer

Update normalizer

Run stack install ... as in one of the methods above.

Uninstall normalizer

Learn where stack installs programs.

stack path --programs

Learn how to uninstall a program.

stack uninstall