diff options
author | Alex Burka <durka42+github@gmail.com> | 2017-01-05 01:40:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-05 01:40:38 -0500 |
commit | dcd4e01c22033e9d0e82b37d220978eef0a700bb (patch) | |
tree | 22777407b8e8516ad8cabbf4759f9997beed97d5 /README.md | |
parent | 693aefcbd7951fd064e587e86f743a326a1cdef6 (diff) | |
download | alacritty-dcd4e01c22033e9d0e82b37d220978eef0a700bb.tar.gz alacritty-dcd4e01c22033e9d0e82b37d220978eef0a700bb.zip |
macOS: cmake is not required
The build Works On My Machine (tm) without cmake. OSX 10.9.5
Diffstat (limited to 'README.md')
-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: |