File tree Expand file tree Collapse file tree 1 file changed +21
-5
lines changed Expand file tree Collapse file tree 1 file changed +21
-5
lines changed Original file line number Diff line number Diff line change @@ -88,23 +88,39 @@ This repository contains additional functionality to further integrate these com
88
88
89
89
The interpreter is compatible with Windows, MacOS, and Linux.
90
90
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
+
91
107
### Running The Program
92
108
93
- ### MacOS / Linux
109
+ #### MacOS / Linux
94
110
1 . Clone the repo
95
111
``` sh
96
- git clone https://github.com/Pip-Install-Party/Interpreter.git
112
+ git clone https://github.com/Pip-Install-Party/Interpreter.git
97
113
```
98
114
2 . Run the makefile
99
115
``` sh
100
- make
116
+ make
101
117
```
102
118
3 . Run the executable
103
119
``` sh
104
- ./interpreter.x
120
+ ./interpreter.x
105
121
```
106
122
107
- ### Windows
123
+ #### Windows
108
124
1 . Clone the repo
109
125
``` sh
110
126
git clone https://github.com/Pip-Install-Party/Interpreter.git
You can’t perform that action at this time.
0 commit comments