Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 765 Bytes

BUILD.adoc

File metadata and controls

40 lines (29 loc) · 765 Bytes

How to Build

Prerequisites

To build hf, you will need the following dependencies
  • Cargo (v1.74.0 or later)

To build man pages, you will need the following additional dependencies

Building from source

To clone the repository
git clone https://github.com/sorairolake/hf.git
cd hf
To build a package
just build
To find the directory where man pages are generated
fd -t directory out ./target/*/build/hf-*

Crate features

application

Enable building the application. This is enabled by default.