Installation problem: What does"Add this path and evaluate require" mean?
- by PENG TENG
I'm installing a software from github:OPEN-VRP
It is said that :
~$ git clone git://github.com/mck-/Open-VRP.git
Add this path and evaluate require:
(push "/path/to/Open-VRP/" asdf:*central-registry*)
(require 'open-vrp)
(in-package 'open-vrp)
What does "Add this path and evaluate require:" mean?
I have followed the instruction and the…