MAC에서 수행함.
1. https://github.com/XVimProject/XVim 여기에서 clone 혹은 download
2. 다운 받은 XVim 디렉토리에서 make 수행
$ cd GitHub/XVim <-- 환경마다 다름..
$ make
xcodebuild -configuration Release
=== BUILD TARGET XVim OF PROJECT XVim WITH CONFIGURATION Release ===
Check dependencies
Write auxiliary files
... 중략 ...
3. XCODE 수행하면 plugin 사용여부 팝업에서 'Load Bundle' 클릭하면 끝... 바로 되네요.
반응형
'엔지니어' 카테고리의 다른 글
R studio(0.99.893) vim mode 설정 안 보임 (10) | 2016.06.07 |
---|---|
futex 함수 (Fast User muTEX) (788) | 2016.02.04 |
org.codehaus.plexus.classworlds.launcher.launcher 못 찾고 maven 실행 불가 (823) | 2016.02.02 |
컴파일 오류 (790) | 2016.01.29 |
public static 의미 (782) | 2016.01.29 |