Developing with the ToGo Edition for Linux

From InterBase

Go Up to Linux Platform


InterBase ToGo for Linux supports both 32bit and 64bit architectures. Inside of RAD Studio, only the 64bit version of InterBase ToGo for Linux is supported.

  • The linux_togo_min.zip (32bit) file is the minimum file set required to deploy InterBase ToGo for 32bit applications.
  • The linux_togo_full.zip file includes the full file set for InterBase ToGo, and can be used for development with the 32bit ToGo edition.
  • The linux64_togo_min.zip (64bit) file is the minimum file set required to deploy InterBase ToGo for 64bit applications.
  • The linux64_togo_full.zip file includes the full file set for InterBase ToGo, and can be used for development with the 64bit ToGo edition.

Once you unzip any of the above kits, the folder looks like the following with <interbase> as the location of the extracted files. You can add "yourapplication" in the same level as libibtogo.so so it can be dynamically loaded when your application needs it.

yourapplication
<interbase>
libibtogo.so
libib_util.so
libibxml.so

Deploying with the ToGo Edition for Linux

Advance To