Skip to content

Commit 3e79fd7

Browse files
committed
Add dependencies to README.
1 parent 5bf012a commit 3e79fd7

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
@@ -4,6 +4,16 @@
44

55
Lua plugin for [asdf version manager](https://github.com/HashNuke/asdf) based off of scripts in my [dotfiles repository](https://github.com/Stratus3D/dotfiles).
66

7+
## Dependencies
8+
9+
* ANSI C compiler (like gcc).
10+
* OSX
11+
* `xcode-select --install`. Then install the "Command Line Tools" component from the dialog that appears.
12+
* Debian
13+
* `sudo apt-get install linux-headers-$(uname -r) build-essential`
14+
* RedHat
15+
* `sudo yum install devtoolset-2`
16+
717
## Install
818

919
```

0 commit comments

Comments
 (0)