Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 808 Bytes

File metadata and controls

26 lines (18 loc) · 808 Bytes

gdpr_controller

This is the gdpr_controller project.

Building and installing

See the BUILDING document.

Contributing

See the CONTRIBUTING document.

Licensing

Hack to use cmake-init in nix

  1. Get into a nix-shell with pip
  2. Run pip install --prefix=/path/to/install/directory/ cmake-init
  3. Run export PYTHONPATH=$PYTHONPATH:/path/to/install/directory/lib/pythonX.Y/site-packages (X and Y depend on your python version)
  4. Find the binary in the install directory cd /path/to/install/directory/bin
  5. Run the cmake-init binary with your desired arguments ./cmake-init {args}