diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2012-12-31 05:04:42 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-12-31 05:04:42 +0400 |
commit | 71dc8760ff4de5f365330d1bc571d934deb54af9 (patch) | |
tree | 7346d42a282562a3937d82307012b5857d642ce6 /doc/plattforms/README.aix5l | |
download | cdrkit-upstream/1.1.11.tar.gz |
Imported Upstream version 1.1.11upstream/1.1.11upstream
Diffstat (limited to 'doc/plattforms/README.aix5l')
-rw-r--r-- | doc/plattforms/README.aix5l | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/plattforms/README.aix5l b/doc/plattforms/README.aix5l new file mode 100644 index 0000000..8c697d7 --- /dev/null +++ b/doc/plattforms/README.aix5l @@ -0,0 +1,16 @@ +Cdrkit can be built on AIX 5 using the following instructions. Note that the +SCSI transport has not been tested yet because of missing hardware. + + - install cmake either from source or from binaries downloadable on cmake.org. + Make sure the cmake is in your PATH and it can find its modules. + - GCC compiler (available on gcc.org) is recommended, however the native xlc + compiler should work as well. + +Follow instructions from the INSTALL file. + +If you installed a local version of GNU libiconv and ld is confused and spews +linking errors related to .libiconv, check the linker paths with +"cmake -LA build | grep lib". Probably your local path is not listed there and +you may need to set LDFLAGS make variable. See INSTALL file for details. + + -- Eduard Bloch -- Sun, 26 Nov 2006 23:06:25 +0100 |