Installing CT 4.92 on Lubuntu 14.04.1 LTS (Linux lemaker 3.4.90 #2 SMP PREEMPT Tue Aug 5 14:11:40 CST 2014 armv7l armv7l armv7l GNU/Linux)
This is Banana Pi (ARM with 1 GB of RAM)
Installing SysLibraries succeeds,
but the Link creation script assumes wrong architecture and therefore wrong directory: /usr/lib/i386-linux-gnu
Selecting previously unselected package libsigc++-2.0-dev:armhf.
(Reading database ... 147510 files and directories currently installed.)
Preparing to unpack .../libsigc++-2.0-dev_2.2.10-0.2ubuntu2_armhf.deb ...
Unpacking libsigc++-2.0-dev:armhf (2.2.10-0.2ubuntu2) ...
Selecting previously unselected package libcairomm-1.0-dev:armhf.
Preparing to unpack .../libcairomm-1.0-dev_1.10.0-1ubuntu3_armhf.deb ...
Unpacking libcairomm-1.0-dev:armhf (1.10.0-1ubuntu3) ...
Setting up libsigc++-2.0-dev:armhf (2.2.10-0.2ubuntu2) ...
Setting up libcairomm-1.0-dev:armhf (1.10.0-1ubuntu3) ...
----------------------------------------------------
CodeTyphon OS Libraries Installation
Finish !!!
----------------------------------------------------
CodeTyphon Try to Fix Links for SysLibraries
----------------------------------------------------
..........................................
[INFO] Libraries Directory: /usr/lib/i386-linux-gnu
..........................................
[DONE] make /usr/bin/qmake symlink to /usr/bin/qmake-qt4
[ERROR] /usr/lib/i386-linux-gnu/libc.so.6 NOT Exists ???, can't make symlink for: libc.so
[ERROR] /usr/lib/i386-linux-gnu/libdl.so.0 NOT Exists ???, can't make symlink for: libdl.so
[ERROR] /usr/lib/i386-linux-gnu/libpthread.so.6 NOT Exists ???, can't make symlink for: libpthread.so
[ERROR] /usr/lib/i386-linux-gnu/libX11.so.6 NOT Exists ???, can't make symlink for: libX11.so
[ERROR] /usr/lib/i386-linux-gnu/libgdk_pixbuf-2.0.so.0 NOT Exists ???, can't make symlink for: libgdk_pixbuf-2.0.so
[ERROR] /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 NOT Exists ???, can't make symlink for: libgtk-x11-2.0.so
So partially the architecture is not detected well, while during install the SysLibraries are correctly installed (armhf architecture)
Before I try to reverse engineer the install scripts I better ask, if that is theoretically possible to install it on ARM-Linux ? And if not, why this should not even tried ?