Skip to content
hanya edited this page Dec 21, 2011 · 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.
You can choose LibreOffice also.

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.
    rake

    Resulted files are generated under ./pkg directory.

The following section is older procedure.

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