Compile (LINUX)

Introduce necessary libraries

Install necessary libraries at first with package manager or something. The versions of these libraries in the ubuntu PC I used for compile ver 0.52 are as follows.

openGL


wxWidget


Lua


png


Compile from source file

configure

At first, move to the directory
Zindaiji4/LINUX/
and execute ./configure. You may have to do chmod.
The script would checks libraries and make makefile if all libraries are valid.

options for configure

--with-hdf5 (read hdf5. Not impremented yet.)
--with-gz (use zlib. With this option, Zindaiji4 can read .gz files directly.
--with-exr (use openEXR. With this option, Zindaiji4 can output exr images.

make

If all is ok, makefile would be generated. Then, execute

makefile -j 4

(-j is option for the number of core to use in compile. Adjust number according to your PC.)

inserted by FC2 system