Forum

Hiawatha for power pc

B.
14 January 2013, 09:25
Hello,

How can i install and make hiawatha for power pc?
Hugo Leisink
14 January 2013, 10:55
Install XCode and try the extra/make_macosx_package script. If that one doesn't work, the XCode for your OS is too old. In that case, use the following commands within the Hiawatha source directory to install Hiawatha manually.
mkdir build
cd build
cmake ..
make
sudo make install

This will compile and install Hiawatha in /usr/local.
B.
14 January 2013, 12:45
My operating system is linux actually. I tried to install cmake-2.8.10.2-AIX-powerpc.tar.gz and extract it but i can not bootstrap.
Hugo Leisink
14 January 2013, 15:53
I'm afraid that I cannot help you with a CMake issue. You should contact the CMake authors.
This topic has been closed.