cryptobiu / libscapi

Comprehensive Open Source Library for Secure Multiparty Computation
MIT License
180 stars 66 forks source link

error on making libscapi #10

Closed prvsousa closed 7 years ago

prvsousa commented 7 years ago

When I'm trying to make the project I got:


Install the project...
-- Install configuration: ""
-- Installing: /usr/local/include/relic/relic.h
CMake Error at cmake_install.cmake:36 (file):
  file INSTALL cannot copy file
  "/home/patriciarvsousa/test/libscapi/build/EMP/relic/include/relic.h" to
  "/usr/local/include/relic/relic.h".

Makefile:71: recipe for target 'install' failed
make[1]: *** [install] Error 1
make[1]: Leaving directory '/home/patriciarvsousa/test/libscapi/build/EMP/relic'
makefile:67: recipe for target 'pr
prvsousa commented 7 years ago

I forget "sudo" sorry.

fabrice102 commented 7 years ago

This should perhaps be mentioned in the documentation: https://github.com/cryptobiu/libscapi/blob/master/docs/source/install.rst#building-libscapi-and-publishing-libs

Note that using #19 this could be avoided.