Skip to content

Commit

Permalink
LH: revise readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Lei Huang committed Sep 24, 2018
1 parent 321f4e6 commit f86c272
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ It is a repository for the COMP 4073 Parallel Computing course at PVAMU.
You need Linux or Mac OS to build and run these examples.
* Linux (Ubuntu)
* GNU compiler (gcc and g++)
* git
* make
```
sudo apt install g++
sudo apt install git
sudo apt install make
```
* any editor (such as vim, nano, notepad++,
Atom)
* for example, install Notepad++ following instructions from [this link](https://websiteforstudents.com/install-notepad-on-ubuntu-16-04-17-10-18-04-via-snap/)


## Getting Started
Fellow the instructions to get these examples, build and run them.
Expand Down

0 comments on commit f86c272

Please sign in to comment.