diff options
| author | Joe Wilm <jwilm@users.noreply.github.com> | 2017-01-04 22:55:25 -0800 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-04 22:55:25 -0800 | 
| commit | 54525dedb646f61207edaf58933be02ab6bff2f2 (patch) | |
| tree | 22777407b8e8516ad8cabbf4759f9997beed97d5 | |
| parent | 693aefcbd7951fd064e587e86f743a326a1cdef6 (diff) | |
| parent | dcd4e01c22033e9d0e82b37d220978eef0a700bb (diff) | |
| download | r-alacritty-54525dedb646f61207edaf58933be02ab6bff2f2.tar.gz r-alacritty-54525dedb646f61207edaf58933be02ab6bff2f2.tar.bz2 r-alacritty-54525dedb646f61207edaf58933be02ab6bff2f2.zip | |
Merge pull request #56 from durka/patch-1
macOS: cmake is not required
| -rw-r--r-- | README.md | 6 | 
1 files changed, 0 insertions, 6 deletions
| @@ -66,12 +66,6 @@ apt-get install cmake libfreetype6-dev libfontconfig1-dev xclip  If you build Alacritty on another Linux distribution, we would love some help  filling in this section of the README. -#### Additional macOS Prerequisites - -It's possible `cmake` is needed on macOS to build Alacritty. If someone can -verify this and make a PR clarifying either way, it would be greatly -appreciated! -  ### Building  Once all the prerequisites are installed, compiling Alacritty should be easy: | 
