TheEvergreenStateCollege / bioinformatics

Plant genome sequencing
2 stars 2 forks source link

Placeholder cpp-plants project #41

Open learner-long-life opened 1 month ago

learner-long-life commented 1 month ago

Create a placeholder project called cpp-plants into the root repo.

Include graph data type from the BOOST library header file, stream Hello Plants to cout, and then exit.

No use or instantiation of the graph is needed at first, but we'll add this in the next issue.

In Makefile, include a target to build this file, and link with the correct BOOST library (for example -lboost).

You may need to install boost-devel, download BOOST source code, or similar to have header files and libraries available to g++. BOOST may already be packaged with g++.