vgvassilev / cling

The interactive C++ interpreter Cling
https://rawgit.com/vgvassilev/cling/master/www/index.html
Other
1.76k stars 102 forks source link

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

Open niyam008 opened 6 months ago

niyam008 commented 6 months ago

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.

vgvassilev commented 6 months ago

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

niyam008 commented 6 months ago

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

yes!