Cs344 Save Abandoned

Introduction to Parallel Programming class code

Project README

Archival Note

This repository is deprecated; therefore, we are going to archive it. However, learners will be able to fork it to their personal Github account but cannot submit PRs to this repository. If you have any issues or suggestions to make, feel free to:

cs344

Introduction to Parallel Programming class code

Building on OS X

These instructions are for OS X 10.9 "Mavericks".

  • Step 1. Build and install OpenCV. The best way to do this is with Homebrew. However, you must slightly alter the Homebrew OpenCV installation; you must build it with libstdc++ (instead of the default libc++) so that it will properly link against the nVidia CUDA dev kit. This entry in the Udacity discussion forums describes exactly how to build a compatible OpenCV.

  • Step 2. You can now create 10.9-compatible makefiles, which will allow you to build and run your homework on your own machine:

mkdir build
cd build
cmake ..
make
Open Source Agenda is not affiliated with "Cs344" Project. README Source: udacity/cs344
Stars
1,148
Open Issues
12
Last Commit
1 year ago

Open Source Agenda Badge

Open Source Agenda Rating