- Only this step requires login as `root': Create the directory
  /usr/local/epocemx and chown it to your userid (`myself' in this
  example):

    su -
    mkdir /usr/local/epocemx
    chown myself /usr/local/epocemx
    exit

- Add /usr/local/epocemx/bin to your PATH

- The `build' script can install adapted and fixed versions of the
  EPOC SDK headers and libraries.  This involves copying files of the
  EPOC SDK and modifying some of the copied files; by doing this, you
  may violate the EPOC SDK license; you may have to delete the
  original SDK files so that only one copy is left, or download
  another copy, and/or register for another copy, or whatever.  You're
  on your own, I never told you that you should type "./build all sdk"
  instead of "./build all" to install the SDK.  Unfortunately,
  building without letting `build' install the SDK won't work.

  You might want to use a fresh installation of the SDK to avoid
  copying the headers and libraries of any sample programs you've
  built.

- Run the `build' script:

    ./build all