-
Notifications
You must be signed in to change notification settings - Fork 4
Getting Started on Linux
sean-dougherty edited this page Feb 1, 2015
·
2 revisions
cuda-edu on Linux requires libclang, GNU Make, and a C++ compiler with full c++11 support (e.g. g++ 4.8 or higher). The gdb plugin requires python 3.
These instructions are for an Ubuntu system. You may need to do something slightly different for your distro.
sudo apt-get install git g++ python3 libclang-dev
If you install on a non-Debian-like system, please tell me your distro and the command you used to install all the packages so I can update this wiki. Contact me: cuda-edu@mail.com
Now proceed to the POSIX installation instructions.