Index: htdocs/build/index.html =================================================================== RCS file: /cvs/frysk/htdocs/build/index.html,v retrieving revision 1.105 diff -u -r1.105 index.html --- htdocs/build/index.html 24 Aug 2006 22:55:41 -0000 1.105 +++ htdocs/build/index.html 5 Sep 2006 02:31:49 -0000 @@ -220,10 +220,22 @@

Configure and Build

- +
+
  • On X86 or X86_64.
     $ ( mkdir build && cd build && ../frysk/autogen.sh && make -j2 )
     
    +
  • + +
  • On PPC64. +
    +$ ( export PKG_CONFIG_PATH=/usr/lib64/pkgconfig )
    +$ ( mkdir build && cd build )
    +$ ( CC='gcc -m64' GCJ='gcj -m64' GCJLINK='gcj -m64' CXX='g++ -m64' ../frysk/autogen.sh )
    +$ ( make -j2 )
    +
    +
  • +

    Verify the build environment (optional)