vgvassilev/cling

I need help in installation of `Cling version 1.0`.

Opened this issue · 2 comments

This is the installation process.
...
git clone https://github.com/root-project/llvm-project.git
cd llvm-project
git checkout cling-latest
cd ../
git clone
It's works till here...
for git clone <cling>
ui00@h6:~$ git clone
bash: syntax error near unexpected token newline'
`
I am student.

Hi @niyam008, have you tried cloning it with for example git clone https://github.com/vgvassilev/cling.git?

Hi @niyam008, have you tried cloning it with for example git clone https://github.com/vgvassilev/cling.git?

yes!