728x90
2012년 9월 23일 AT 12:55 AM
출처: http://blog.joomoney.net/?p=876
- cedet 설치
- http://sourceforge.net/projects/cedet/files/latest/download?source=files 에서 최신 cedet 을 다운로드
- cd ~/Library/Application Support/Aquamacs Emacs
- tar xvf ~/Downloads/cedet-1.1.tar.gz
- cd cedet-1.1
- make EMACS=/Applications/Aquamacs.app/Contents/MacOS/Aquamacs
- mkdir info
- cd info
- find .. -type f -name '*.info' | while read i; do j="$(basename $i)"; ln -s "$i""$j"; install-info --info-dir="$(pwd)" "$j"; done
- cd ..
- vi site-start.el
- ecb 설치
- http://sourceforge.net/projects/ecb/files/latest/download?source=files
- cd ~/Library/Application Support/Aquamacs Emacs
- tar xvf ~/Downloads/ecb-2.40.tar.gz
- cd ecb-2.40
- ln -s info-help info
- cd info
- install-info --info-dir="$(pwd)" ecb.info
- cd ..
- vi site-start.el
- mmm-mode 설치
- http://sourceforge.net/projects/mmm-mode/files/latest/download?source=files
- cd ~/Library/Application Support/Aquamacs Emacs
- tar zxvf ~/Downloads/mmm-mode-0.4.8.tar.gz
- mkdir info
- cd info
- find .. -type f -name '*.info' | while read i; doj="$(basename $i)"; ln -s "$i""$j"; install-info --info-dir="$(pwd)" "$j"; done
- cd ..
- vi site-start.el
728x90
반응형
'정보관리(데이터베이스, DB) > 오라클' 카테고리의 다른 글
oralce 21c 설치 환경변수 (0) | 2024.02.28 |
---|---|
Oraccle 21C XE 설치 (1) | 2023.12.11 |
오라클 SQL 동의어(SYNONYM, 시노님) (2) | 2023.12.07 |
[SQL 18] 집합 연산자(UNION, UNION ALL, INTERSECT, MINUS) (1) | 2023.12.01 |
오라클 데이터파일 경로 변경 (0) | 2023.11.29 |