본문 바로가기

app/CEF

Brackets build 설정 (for mac)

https://github.com/adobe/brackets-shell/wiki/Building-Brackets-Shell
1. git 설치 , node.js 설치.(node의 grunt 를 이용하기 때문에 설치 필요.)

git 링크 : http://git-scm.com/downloadnode.js 링크 : http://nodejs.org/
2. xcode 4.x 버전 설치. 
3. 터미널에서 npm grunt 설치$ sudo npm install


$sudo npm install grunt-cli -g


(아래의 grunt 설치는 시간이 좀 걸립니다. Done 가 나올때까지 차 한잔 하고 오세요.)$ grunt setup


위의 grunt 에서 해당 필요한 라이블러리와 빌드 환경을 모두 다운로드 받았습니다.4.  brackets-shell 폴더에 가보면 appshell.xcodeproj 파일이 생성되었습니다.

해당 파일을 클릭하여 xcode 로 연뒤 빌드 하면 xcodebuild 폴더안에 Dubug 폴더안에 Brackets 실행파일이생성됩니다.