I have a Dell XPS15 laptop with an i7, 8GB RAM, Intel HD3000 graphics and NVidia GT525M card. When I connect the external Dell monitor, Ubuntu still works fine on the laptop monitor, but the external one is very buggy - cursor, windows... everything leaves traces that dissapear after 5-10s.
Home
/
user-224231
Andrei Ivanov's questions
I need Java Eclipse, but accidentally installed the C++ one using the steps from here Installing Eclipse Kepler
How do I actually remove the C++ one completely? I tried just removing the files from /opt ,removing the symbolic link and installing the Java over but the C++ still comes up when i call eclipse?
Any help? Thanks
So I'm trying to install Halide on my Ubuntu 12.04 (64bit). I need llvm-3.2 and clang to be installed.
Running sudo apt-get install llvm-3.2
ends up with 'package not found'.
Trying sudo apt-get install llvm
or sudo apt-get install clang
installs 2.9 versions. Google helped me with this
sudo add-apt-repository ppa:kxstudio-team/builds
sudo apt-get update
Now, sudo apt-get install llvm-3.2 clang-3.2
works. But when I run make in Halide folder I still get clang:Command not found.