Skip to content
hanya edited this page Sep 13, 2010 · 5 revisions

Compilation of RUNO on Linux environment.

Requirements

Compiler that is used to compile for OpenOffice.org, OpenOffice.org SDK and Ruby is the best choice.

Compile

The explanation is described with the following environment:

  • Ruby 1.9.1 and its header
  • OpenOffice.org 3.2 and SDK (Officially distributed from openoffice.org)
  • GCC 4.3.3
  1. Install OpenOffice.org and SDK and Ruby
  2. Setup the SDK (run configure.pl script)
  1. Open the terminal
  2. Run ~/openoffice.org3.2_sdk/localhost.localdomain/setsdkenv_unix.sh to setup environment variables.
  3. Create Makefile with extconf.rb
    % ruby extconf.rb
    % make
    % make site-install

Clone this wiki locally