Skip to content

Commit dc19508

Browse files
committed
readme
1 parent d46b8b2 commit dc19508

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,20 @@ See http://highs.dev.
99

1010
This library depends on libstdc++ and libgomp.
1111

12+
#### Install on debian
13+
1214
```
1315
sudo apt-get install libstdc++6 libgomp1
1416
```
1517

18+
(These are probably already installed on your system)
19+
20+
#### Install on MacOS
21+
22+
```
23+
brew install libomp
24+
```
25+
1626
HiGHS itself is built statically, so you don't need to install it
1727
separately on the target system.
1828

0 commit comments

Comments
 (0)