Skip to content

Commit 2fdd5ec

Browse files
Update README.md
1 parent 4dc81dc commit 2fdd5ec

File tree

1 file changed

+21
-5
lines changed

1 file changed

+21
-5
lines changed

README.md

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,23 +88,39 @@ This repository contains additional functionality to further integrate these com
8888

8989
The interpreter is compatible with Windows, MacOS, and Linux.
9090

91+
### Dependencies
92+
93+
This project utlizes ncurses when run on MacOS / Linux. This library can be insalled via:
94+
95+
#### MacOS
96+
```sh
97+
brew install ncurses
98+
```
99+
100+
#### Linux
101+
102+
```sh
103+
sudo apt-get install libncurses-dev
104+
```
105+
106+
91107
### Running The Program
92108

93-
### MacOS / Linux
109+
#### MacOS / Linux
94110
1. Clone the repo
95111
```sh
96-
git clone https://github.com/Pip-Install-Party/Interpreter.git
112+
git clone https://github.com/Pip-Install-Party/Interpreter.git
97113
```
98114
2. Run the makefile
99115
```sh
100-
make
116+
make
101117
```
102118
3. Run the executable
103119
```sh
104-
./interpreter.x
120+
./interpreter.x
105121
```
106122

107-
### Windows
123+
#### Windows
108124
1. Clone the repo
109125
```sh
110126
git clone https://github.com/Pip-Install-Party/Interpreter.git

0 commit comments

Comments
 (0)