From 5c8e4d4b086f785e37f314a99b44dc3e865ecfda Mon Sep 17 00:00:00 2001
From: "Kurt A. O'Hearn" <ohearnk@msu.edu>
Date: Tue, 21 Nov 2017 09:55:31 -0500
Subject: [PATCH] Update README.

---
 README.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/README.md b/README.md
index 0f543664..d82b9b31 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,16 @@ This repository contains the development version of the
 
 ## Developer
 
+To build, the following versions of software are required:
+
+- git
+- Autoconf v2.69+
+- Automake v1.15+
+- OpenMP v4.0+ compliant compiler (OpenMP versions only)
+- MPI v2+ compliant library (MPI versions only)
+- CUDA v6.0+ (CUDA versions only)
+
+Instructions:
 ```bash
 	git clone https://gitlab.msu.edu/SParTA/PuReMD.git
 	cd PuReMD
@@ -30,6 +40,7 @@ To build tarball releases after configuring a specific build target, run the fol
 ## User
 
 ```bash
+	# Download release tarball
 	tar -xvf puremd-1.0.tar.gz
 	cd puremd-1.0
 	./configure
-- 
GitLab