JoshuaSBrown / QC_Tools

This small repository provides functionality for calculating the charge transfer integrals between two molecules.
MIT License
29 stars 14 forks source link

QC_Tools compliation error #24

Closed pradeepvaradwaj closed 5 years ago

pradeepvaradwaj commented 5 years ago

I am not a superuser. So, I tried to use: make install install-root=, with no success. Any help!

-- Install configuration: "" -- Installing: /usr/local/bin/calc_J CMake Error at cmake_install.cmake:42 (FILE): file INSTALL cannot copy file "/home/xxx/QC_Tools-master/build/calc_J" to "/usr/local/bin/calc_J".

make: *** [Makefile:66: install] Error 1

JoshuaSBrown commented 5 years ago

You can use the executable calc_J directly from the build directly. Or you could simply move it to you local bin. How familiar are you with Linux?

Sent from Yahoo Mail on Android

On Mon, Nov 26, 2018 at 4:38 AM, pradeepvaradwajnotifications@github.com wrote:
I am not a superuser. So, I tried to use: make install install-root=, with no success. Any help!

-- Install configuration: "" -- Installing: /usr/local/bin/calc_J CMake Error at cmake_install.cmake:42 (FILE): file INSTALL cannot copy file "/home/xxx/QC_Tools-master/build/calc_J" to "/usr/local/bin/calc_J".

make: *** [Makefile:66: install] Error 1

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

JoshuaSBrown commented 5 years ago

@pradeepvaradwaj I have updated the wiki. Let me know if this clarifies things.

https://github.com/JoshuaSBrown/QC_Tools/wiki/3.-Compiling