Created
August 13, 2017 18:09
-
-
Save userid/9e9b949bb2598e8753f6609e06fa7b99 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git clone https://github.com/neovim/neovim | |
| cd neovim | |
| mkdir build && cd build | |
| CC=clang CFLAGS="-O2" cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ | |
| CC=clang make -j4 CMAKE_EXTRA_FLAGS=-DCMAKE_INSTALL_PREFIX=/usr CMAKE_BUILD_TYPE=Release |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment