Markus-Go/bonesi

Installation Issue on Ubuntu 16.04 LTS

Closed this issue · 1 comments

Hello,

I'm stuck with the installation process, the error messages are the following:

~/bonesi$ make install
Making install in src
make[1]: Entering directory '/home/beny/bonesi/src'
make[2]: Entering directory '/home/beny/bonesi/src'
 /bin/mkdir -p '/usr/local/bin'
  /usr/bin/install -c bonesi '/usr/local/bin'
/usr/bin/install: cannot create regular file '/usr/local/bin/bonesi': Permission denied
Makefile:285: recipe for target 'install-binPROGRAMS' failed
make[2]: *** [install-binPROGRAMS] Error 1
make[2]: Leaving directory '/home/beny/bonesi/src'
Makefile:448: recipe for target 'install-am' failed
make[1]: *** [install-am] Error 2
make[1]: Leaving directory '/home/beny/bonesi/src'
Makefile:354: recipe for target 'install-recursive' failed
make: *** [install-recursive] Error 1

Please help, thanks

EDIT: Solved this issue by using sudo make install

Try: $ sudo make install