Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Binary setup with Nix

To open a Nix development environment with all HPP packages already compiled, follow these steps.

Install and configure direnv with nix-direnv.

This step is already done on LAAS computers.

Configure the Gepetto Nix binary cache:

Gepetto binary cache

This step is already done on LAAS computers.

3. Activate the HPP binary Nix environment

In the current working directory, create the environment configuration:

echo "use flake github:gepetto/nix#hpp-bin" > .envrc
direnv allow

If you do not want to use nix-direnv, you can alternatively run:

nix develop github:gepetto/nix#hpp-bin

However, this command must be executed manually in each new shell.