xeus-cling icon indicating copy to clipboard operation
xeus-cling copied to clipboard

How to install from the source code?

Open egslava opened this issue 5 years ago • 1 comments

Hello! Thank you for all the hard work you've done! :)

I wonder if you remember my issue. So, actually, yes, I was going to install a C++ support for Jupyter Notebook, so I need xeus-cling, not just xeus :) Sorry about the previous question! I don't have Conda and I'm not sure I should install it, since I already have several Python versions on my Ubuntu 16.04 (2.7, 3.5 and 3.6, I believe). But I have already installed Cling Jupyter Plugin [via pip](here as a local module.

So, ok! I've installed xeus and all the requirements, and realised that it's not the final result :) Now I need to install xeus-cling, but I haven't found any instruction. For instance, this is written in the README.md:

cmake -DCMAKE_INSTALL_PREFIX=your_conda_path -DCMAKE_INSTALL_LIBDIR=your_conda_path/lib
make && make install

But I don't have <your_conda_path> since I don't have Conda. What should I do instead?

Thank you for a great job! :) Sorry for bothering you!

egslava avatar Nov 23 '18 21:11 egslava