Installation for MacOS-X

15 Oct 2002 Tsuyoshi SAWADA, Toshihiro HANDA
Japanese version

Step1: Developer Tools
Install the "Developers Tools" which is attached with MacOS-X.
Step2: X system
Get the installer of X11 from the proper site. Follow the instruction in the page.
Step3: LessTif
Get the installer of LessTif from the proper site, such as http://www.lesstif.org/ Follow the instruction in the page. For example,
   ./configure; make clean; make; sudo make install
Step4: Pxplib
Get the installation kit from http://www.ioa.s.u-tokyo.ac.jp/VST/Pxplib Follow the instruction in the page. For example,
   cd src; ./configure; make clean; make
If you have an error message at "make" procedure, such as "not found #include ", then add the include path /usr/include/sys/ in your Makefile.
Step5: UltraSTAR
Get the installation kit from http://www.ioa.s.u-tokyo.ac.jp/VST/UltraSTAR Follow the instruction in the page. For example,
    cd lib; ./configure; make clean; make
    cd ../src; ./configure; make clean; make; make install
Step6: Stacksize
To make available more stack memory for your shell, set the following script in your shell rc file such as .cshrc limit stacksize 8192k
Try it!