1. Overview
Windows에서 cygwin으로 build를 마친 OpenOffice.org source를 가지고 debugging하는 방법을 설명한다.
- Build된 source에서 debug할 module을 찾아서 debug mode로 compile한 후 설치한다.
- Debug를 위한 VS project를 생성하고 설정한다.
- OpenOffice.org를 실행한 후 debugging한다.
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 2.0 Korea.
4. Source Setup
- Get the source code (download)
Download 받은 source는 아래와 같은 방법으로 압축을 푼다.
1 2 | $ tar xvzf OOo_2.0.2_src.tar.gz $ cd OOB680_m5 |
이제부터 $SRC_ROOT를 OpenOffice.org source directory로 지칭하겠다. (여기서는 OOB680_m5)
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 2.0 Korea.
1. Overview
이 문서는 OpenOffice 2.0.2 source를 가지고 Win32 binary를 build하는 방법을 다룬다. build를 위한 전체과정을 요약하면 다음과 같다.
- compiler, SDK, library 등을 받고 설치한다.
- 소스를 받아 압축을 풀고 설정한 후 build를 시작한다.
- build가 완료되면 packaging 되어 있는 EXE를 실행하여 OpenOffice.org를 설치한다.
OpenOffice.org를 build하는 것은 어려워 보이지만 실제로 해 보면 그다지 어려운 것은 없다. 다만 Windows를 Linux환경으로 emulating해서 build 하기 때문에 Linux에 관련한 전반적인 지식을 습득하면 유용할 것이다. 자 그럼, 이제 시작해보자…
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 2.0 Korea.



최근 댓글