Skip to content

Installing libff results in awkward header structure #22

Open
@etam

Description

@etam

This is almost duplicate of #16, but without libsnark.

Here's what I did:

git clone https://github.com/scipr-lab/libff.git
cd libff
git submodule update --init
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX="${PWD}/install" ..
make -j4
make install

The result is that in path "install/include/libff" are header from libff, but no headers from "depends" are anywhere installed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions