[BACK]Return to install.oxweave CVS log [TXT][DIR] Up to [local] / OpenXM / doc

Annotation of OpenXM/doc/install.oxweave, Revision 1.40

1.40    ! takayama    1: %% $OpenXM: OpenXM/doc/install.oxweave,v 1.39 2000/11/30 12:45:13 takayama Exp $
1.1       takayama    2: OpenXM/doc/install.oxweave
                      3:
1.6       takayama    4: /*&C
                      5: OpenXM URL :  http://www.math.kobe-u.ac.jp/OpenXM
1.34      takayama    6:               http://www.openxm.org
1.16      takayama    7: Consult firstly the ERRATA section for your release on this web cite
                      8: for troubles.
1.6       takayama    9:
                     10: OpenXM package : Getting started.
                     11:
1.34      takayama   12: This document is for OpenXM version 1.1.3.  (Draft)
                     13:
1.6       takayama   14: */
1.1       takayama   15: /*&jp
1.23      takayama   16: ★ OpenXM GENERIC パッケージの利用方法
1.6       takayama   17: この節では, OpenXM package binary distribution のインストール法を説明します.
1.36      takayama   18: ソースからインストールする場合は
                     19:        ★ OpenXM パッケージの Make 法
                     20: を御覧下さい.
1.40    ! takayama   21: RPM, Debian などのパッケージでインストールする場合は
        !            22:        Web ページの説明どうりにパッケージをインストールするだけで
        !            23:        設定が終了します.
        !            24:
1.6       takayama   25: インストールに必要なシステムの仕様については, 動作環境を御覧ください.
1.1       takayama   26: */
                     27: /*&eg
1.23      takayama   28: ***** HOW TO INSTALL OpenXM GENERIC PACKAGE?
1.6       takayama   29: In this section, we will explain how to install OpenXM package binary
                     30: distribution.
1.36      takayama   31: If you build from the source, see the section
                     32:       * How to make OpenXM package?
1.40    ! takayama   33: If you install openxm by using RPM or Debian package,
        !            34: install the system following the instruction given on our web page.
        !            35:
1.6       takayama   36: As to the required environment, see the section "System Requirement"
                     37: */
                     38: /*&jp
                     39:
                     40: (1)  Tar ボールより次のようにしてディレクトリ OpenXM を取り出します.
1.13      takayama   41:      OpenXM はどこにおいてもかまいません. ルートになってインストール
                     42:      する必要もありません.
                     43:      できれば, /usr/local/OpenXM  においてほしいと思います.
1.6       takayama   44:
1.1       takayama   45: */
1.6       takayama   46: /*&eg
1.1       takayama   47:
1.6       takayama   48: (1)  Extract the directory OpenXM from the tar ball.
                     49:      You can put the directory OpenXM at any place in the file system.
1.13      takayama   50:      You do not need to be a root to install it.
                     51:      We are happy if you put OpenXM at /usr/local/OpenXM
1.2       takayama   52:
                     53: */
1.6       takayama   54: /*&C
1.24      takayama   55:
                     56:          tar xzvf OpenXM-shared.tgz
1.6       takayama   57:          tar xzvf OpenXM-binary-OPERATING_SYSTEM_CPU_TYPE.tgz
                     58:
1.2       takayama   59: */
1.6       takayama   60: /*&jp
                     61: 以下 (1) で生成されたディレクトリ OpenXM の絶対パスを /xxx/yyy/OpenXM
                     62: と書きます.
                     63:
1.1       takayama   64: */
1.6       takayama   65: /*&eg
                     66: In the sequel, we will denote the absolute path of the directory OpenXM
                     67: by /xxx/yyy/OpenXM.
1.1       takayama   68:
                     69: */
                     70: /*&jp
1.23      takayama   71: (2) OpenXM/rc/dot.cshrc, OpenXM/rc/dot.bashrc,
                     72:     OpenXM/rc/openxm, OpenXM/rc/asir, OpenXM/rc/oxmath, 等の
                     73:     ファイルを自動生成します.
                     74:     openxm, asir, oxmath などは OpenXM クライアントを起動するための
                     75:     シエルスクリプトです. これらを /usr/local/bin にインストールするには
                     76:     次のように入力します.
1.6       takayama   77:
1.5       takayama   78: */
                     79: /*&eg
1.19      takayama   80: (2) Generate  OpenXM/rc/dot.cshrc, OpenXM/rc/dot.bashrc and
1.23      takayama   81:     OpenXM/rc/openxm, OpenXM/rc/asir, OpenXM/rc/oxmath, ...
                     82:     The files openxm, asir, oxmath are shell scripts to invoke OpenXM clients.
                     83:     If you want to install these shell scripts to /usr/local/bin,
                     84:     type in as follows.
1.6       takayama   85:
1.5       takayama   86: */
1.6       takayama   87: /*&C
                     88:
1.8       takayama   89:      cd /xxx/yyy/OpenXM/rc
1.23      takayama   90:      make install
1.5       takayama   91:
                     92: */
                     93: /*&jp
1.23      takayama   94:
                     95:      /usr/local/bin でなく, home directory の bin にインストールしたい
                     96:      ときは, 次のように入力してください.
                     97:
                     98: */
                     99: /*&eg
                    100:
                    101:     If you want to install them under the bin of your home directory,
                    102:     type in as follows.
                    103:
                    104: */
                    105: /*&C
                    106:
                    107:    cd /xxx/yyy/OpenXM/rc
                    108:    make install PREFIX=$HOME/bin
                    109:
                    110: */
                    111: /*&C
                    112:
                    113:    [Note] If you are Solaris user, you might have to type in like
                    114:      /usr/ccs/bin/make install PREFIX=$HOME/bin
                    115:
                    116: */
                    117: /*&jp
                    118:
                    119: OpenXM/bin の下のファイルを直接実行したい場合は, 以下の設定が必要です.
                    120: OpenXM clients を実行するだけの場合は, (3), (3') は skip してください.
                    121:
1.6       takayama  122: (3) csh を利用してる場合, 次の行を ~/.cshrc の最後に加えます.
                    123:
1.1       takayama  124: */
                    125: /*&eg
1.23      takayama  126:
                    127: If you want to execute binaries under OpenXM/bin, you need to perform
                    128: (3) and (3').
                    129: If you use only OpenXM clients, skip (3) and (3').
                    130:
1.6       takayama  131: (3) Append the following line to the end of  ~/.cshrc when you are
                    132:     using csh as your shell.
                    133:
1.1       takayama  134: */
                    135: /*&C
1.2       takayama  136:
1.6       takayama  137:     source /xxx/yyy/OpenXM/rc/dot.cshrc
1.2       takayama  138:
1.1       takayama  139: */
                    140: /*&jp
1.38      takayama  141: (3') bash を利用してる場合, 次の行それぞれを ~/.bashrc および ~/.bash_profile
                    142: の最後に加えます.
1.6       takayama  143:
1.1       takayama  144: */
                    145: /*&eg
1.38      takayama  146: (3') Append the following lines to the end of  ~/.bashrc and ~/.bash_profile
                    147:      respectively when you are using bash as your shell.
1.6       takayama  148:
                    149: */
                    150: /*&C
                    151:
1.38      takayama  152:     source /xxx/yyy/OpenXM/rc/dot.bashrc             (.bashrc)
                    153:
                    154:     source ~/.bashrc                                 (.bash_profile)
1.6       takayama  155:
1.1       takayama  156: */
1.14      takayama  157:
                    158: /*&jp
                    159:
                    160:  (3) または (3') を終了したら, いったん logout して login しなおすか
1.18      takayama  161:  または, source コマンドで, dot.bashrc または dot.csh を読み込んで下さい.
1.14      takayama  162:
                    163: */
                    164: /*&eg
                    165:
                    166:    After finishing the step (3) or (3'), logout and login again,
1.18      takayama  167:    or read dot.bashrc or dot.cshrc file by the source command.
1.14      takayama  168:
                    169: */
                    170:
1.6       takayama  171:
1.32      takayama  172: /*&C
                    173:
                    174:           FAQ
                    175:
                    176: */
                    177: /*&jp
                    178: Q. OpenXM の asir OpenXM client を icon でスタートするには?
                    179: A. 次の行を, .Xdefaults または, xrdb で読み込むファイルに書いておきます.
                    180: */
                    181: /*&eg
                    182: Q. How to start asir OpenXM clients in the iconic mode?
                    183: A. Add the following line to .Xdefaults or a file you read by xrdb.
                    184: */
                    185: /*&C
                    186:
                    187:        ox_xterm*iconic: on
1.28      takayama  188:
                    189: */
                    190: /*&jp
                    191:
                    192: ★ OpenXM FreeBSD binary パッケージのインストール方法
                    193:      openxm-version.tgz
                    194:    を ftp サイトより copy して,
                    195:    root になって,
                    196:      pkg_add openxm-version.tgz
                    197:    OpenXM は /usr/local/OpenXM にインストールされます.
1.40    ! takayama  198:
1.28      takayama  199:    ここで version は OpenXM の version 番号で, たとえば,
                    200:    2000, 3/20(Mon) 版は  1.1.2
1.38      takayama  201:    pkg_add に失敗した場合は, /var のサイズを大きくしてやりなおして
                    202:    みて下さい.
1.28      takayama  203:
1.30      takayama  204:    java および linux emulation が実行に必要です.
                    205:    java が, サーチパスのなかにある必要がありますので,
                    206:    たとえば,
                    207:      set path=(/usr/local/jdk1.1.8 $path)
                    208:      rehash
                    209:    してから, pkg_add して下さい.
                    210:    インストール終了後のメッセージにしたがい, 必要な設定を
                    211:    おこなって下さい.
                    212:
1.34      takayama  213:    jdk は /usr/ports/lang/jdk よりインストールできます.
                    214:    Linux emulation を有効にするには,
                    215:     /etc/rc.conf に
                    216:     linux_enable="YES"
                    217:    と書き,
                    218:    /usr/ports/emulators/linux_base を用いて, linux 用の共有ライブラリ等を
                    219:    インストールしておきます.
                    220:      (FreeBSD 3.x, 4.x)
                    221:
                    222:
1.30      takayama  223:    /usr/local にインストールしなかった場合は,
                    224:    (2) を実行して下さい.
                    225:
1.28      takayama  226: */
                    227: /*&eg
                    228:
                    229: ***** HOW TO INSTALL OpenXM FreeBSD binary package
                    230:    Copy
                    231:       openxm-version.tgz
                    232:    from our ftp cite.
                    233:    Become the super user and type
                    234:       pkg_add openxm-version.tgz
                    235:    OpenXM will be installed to /usr/local/OpenXM
1.40    ! takayama  236:
1.28      takayama  237:    Here, version is the version number of OpenXM.
                    238:    For example, the version number of the OpenXM of May 20 (Mon), 2000
                    239:    is 1.1.2
1.38      takayama  240:    If you fail "pkd_add", increase the size of /var
1.28      takayama  241:
1.30      takayama  242:    java and linux emulation are required to run OpenXM packages.
                    243:    Java needs to be in the search path. So, for example, execute pkg_add
                    244:    after
                    245:      set path=(/usr/local/jdk1.1.8 $path)
                    246:      rehash
                    247:    Following the message of pkg_add after the installation,
1.34      takayama  248:    set path.
                    249:
                    250:    jdk can be installed by /usr/ports/lang/jdk.
                    251:    Add the line
                    252:     linux_enable="YES"
                    253:    to /etc/rc.conf and install shared libraries for linux
                    254:    by /usr/ports/emulators/linux_base.
                    255:    Then, you can emulate linux.
                    256:
1.30      takayama  257:    If you do not install under /usr/local,
                    258:    goto (2).
                    259:
1.28      takayama  260: */
                    261: /*&jp
                    262:
                    263: ★ OpenXM Redhat Package manager (Linux)
                    264:    binary パッケージのインストール方法
1.29      takayama  265:       openxm-shared-version-suffix.noarch.rpm
1.28      takayama  266:       openxm-binary-version-suffix.i386.rpm
                    267:    を ftp サイトより copy して,
                    268:    root になって,
1.29      takayama  269:      rpm -i  openxm-shared-version-suffix.noarch.rpm
1.28      takayama  270:      rpm -i  openxm-binary-version-suffix.i386.rpm
                    271:    OpenXM は /usr/local/OpenXM にインストールされます.
1.40    ! takayama  272:
1.28      takayama  273:    ここで version は OpenXM の version 番号で, たとえば,
                    274:    2000, 3/20(Mon) 版は  1.1.2
                    275:    suffix は, RPM 版の minor version number.
                    276:
1.39      takayama  277:    /usr/local の下へインストールしなかった場合は, (2) を実行して下さい.
1.28      takayama  278:
1.39      takayama  279:    libgd のインストールが必要な場合もあります.
                    280:    libgd がインストールしてない場合,
                    281:    http://www.redhat.com/downloads へアクセスし, libgd をインストール
                    282:    して下さい.
1.30      takayama  283:
1.28      takayama  284: */
                    285: /*&eg
                    286:
                    287: ***** HOW TO INSTALL OpenXM by the redhat Package manager (Linux)
                    288:    Copy
1.29      takayama  289:       openxm-shared-version-suffix.noarch.rpm
1.28      takayama  290:       openxm-binary-version-suffix.i386.rpm
                    291:    from our ftp cite.
                    292:    Become the super user and type
1.29      takayama  293:      rpm -i  openxm-shared-version-suffix.noarch.rpm
1.28      takayama  294:      rpm -i  openxm-binary-version-suffix.i386.rpm
                    295:    OpenXM will be installed to /usr/local/OpenXM
1.40    ! takayama  296:
1.28      takayama  297:    Here, version is the version number of OpenXM.
                    298:    For example, the version number of the OpenXM of May 20 (Mon), 2000
                    299:    is 1.1.2
                    300:    suffix is the minor version number of the package.
                    301:
1.30      takayama  302:    If you do not install under /usr/local, goto (2).
                    303:
1.13      takayama  304:
1.39      takayama  305:    You might need to install libgd.
                    306:    If it is not installed in your system, access to
                    307:    http://www.redhat.com/downloads and get libgd.
1.13      takayama  308: */
1.6       takayama  309:
                    310: /*&C
1.8       takayama  311:
1.27      takayama  312: ***** OpenXM client programs under OpenXM/bin or /usr/local/bin:
                    313:    asir
                    314:    oxmath
                    315:    openxm sm1
                    316:
                    317: ***** OpenXM server programs:
                    318:    OpenXM/bin/ox_asir
                    319:    OpenXM/bin/ox_sm1
                    320:    OpenXM/bin/ox_math
                    321:    OpenXM/lib/sm1/bin/ox_sm1_gnuplot
                    322:    OpenXM/lib/sm1/bin/ox_sm1_phc
                    323:    OpenXM/lib/sm1/bin/ox_sm1_tigers
                    324:    OpenXM/lib/java-support/OMproxy.class
                    325:
1.8       takayama  326: ***** QUALITY:
1.25      takayama  327:  Experimental:
1.6       takayama  328:    OpenXM/bin/k0,  OpenXM/bin/d0
1.25      takayama  329:    Asir client functions:   m_* (Mathematica)  ,  om_*  (OpenMath)
1.29      takayama  330:    OpenXM/lib/java-support/ *
1.25      takayama  331:  70%
1.6       takayama  332:    OpenXM/bin/ox_math,  OpenXM/bin/math2ox
1.11      takayama  333:    OpenXM/bin/sm1, ox_sm1 on Linux libc6.
1.37      takayama  334:
                    335: **** OpenXM server and client programs (under development)
                    336:      included only in the source distribution
                    337:    OpenXM/src/Macaulay2  ( M2 server and client )
                    338:    OpenXM/src/ruby       ( Ruby client)
                    339:
                    340: **** Utilities
                    341:    OpenXM/doc/oxlib    ( how to link oxservers as libraries )
                    342:
1.6       takayama  343: */
                    344: /*&C
                    345:
                    346:
1.8       takayama  347: */
                    348: /*&jp
                    349: ★ Java に関する注意:
                    350: 注意 1.
                    351: OpenMath 用の OMproxy には現在のところ, jdk が必要です.
                    352: たとえば bash を利用している場合, .bashrc で
                    353: PATH=/usr/local/jdk1.1.8/bin:$PATH
                    354: export PATH
1.10      takayama  355: などとして, jdk の java, javac をサーチパスの先のほうへもっていくようにして
1.8       takayama  356: ください.
1.10      takayama  357: csh を利用している場合, .cshrc で
                    358: set path=(/usr/local/jdk1.1.8/bin $path)
                    359: として, jdk の java, javac をサーチパスにいれます.
1.17      takayama  360:
1.34      takayama  361: jdk の入手先:  FreeBSD  --- /usr/ports/java/jdk を見てください.
1.35      takayama  362:                Linux    --- http://java.sun.com/products/jdk/1.2/ja
                    363:                             http://java.sun.com/j2se/1.3/ja
1.33      takayama  364:
1.17      takayama  365: 注意:
                    366: なお, Kaffe 1.0.b4 の java は, class BigInteger に method
                    367: toByteArray が含まれてないため, OpenMath モジュールでは使用できません.
1.8       takayama  368: */
                    369: /*&eg
                    370: ***** JAVA
                    371: In order to use OMproxy, asir client om_*,
                    372: you need to install JDK.
                    373: The bin dir of the JDK must be in yur search path.
                    374: For example, you need to add the following line
1.10      takayama  375: to your .chsrc when your shell is csh
1.8       takayama  376: set path=(/usr/local/jdk1.1.8/bin $path)
1.10      takayama  377: Bash users put the following line to .bashrc
                    378: PATH=/usr/local/jdk1.1.8/bin:$PATH
                    379: export PATH
1.17      takayama  380:
1.33      takayama  381:
1.34      takayama  382: Where can I get jdk? :  FreeBSD --- see /usr/ports/java/jdk
1.35      takayama  383:                         Linux   --- http://java.sun.com/products/jdk/1.2/ja
                    384:                                     http://java.sun.com/j2se/1.3/ja
                    385:
1.33      takayama  386:
1.17      takayama  387: Remark:
                    388: The Java interpreter of Kaffe 1.0.b4 does not contain the method
                    389: toByteArray in the class BigInteger.
                    390: So, it cannot be used for the OpenMath module.
1.8       takayama  391: */
                    392:
                    393: /*&C
                    394:
                    395:
1.6       takayama  396:
                    397:
                    398: */
                    399: /*&jp
                    400: ★ 動作環境
                    401:
                    402: */
                    403: /*&eg
1.7       takayama  404: ***** SYSTEM REQUIREMENTS
1.6       takayama  405:
                    406: */
                    407: /*&C
                    408:
1.34      takayama  409: OS:  FreeBSD 3.3, 3.4, 4.x (Intel CPU),
1.11      takayama  410:      Linux systems (Intel CPU):
1.15      takayama  411:          Most Linux with libc5 and with libc6 (glibc 2.x).
1.7       takayama  412:
                    413:      X window system is required.
                    414:
                    415:      Most part of the OpenXM package may work on other versions of
1.11      takayama  416:      FreeBSD 3.x and Linux, but we have not yet tested.
1.6       takayama  417:
                    418: */
                    419: /*&jp
1.8       takayama  420: 次の modules は, OS の標準 distribution 以外に, さらに下に記したソフトを
1.6       takayama  421: 必要とします.
                    422: */
                    423: /*&eg
                    424: The following modules require the listed softwares other than the standard
                    425: OS package.
                    426: */
                    427: /*&C
                    428:
1.27      takayama  429: (1) OpenXM/bin/oxmath  :       Mathematica Version 3.x or 4.x
1.6       takayama  430:    (Mathematica server)         at /usr/local/Mathematica
                    431:     OpenXM/bin/math2ox          [ see http://www.wolfram.com ]
                    432:     Asir client functions  m_*
                    433: (2) OpenXM/lib/java-support :   JDK at /usr/local/jdk??
1.8       takayama  434:                                 [ see the section on JAVA]
1.6       takayama  435:     Asir client functions  om_*
                    436:     sm1 client functions   om_*
1.7       takayama  437: (3) PHC pack (OpenXM/bin/phc)  and  asir client functions
                    438:     phc_*  run only on linux (glib5).
1.8       takayama  439:     If you install the linux emulation^{note 1} on Free BSD, they run on
                    440:     FreeBSD, too.
                    441:     <note 1>
                    442:       Add linux_enable="YES" in /etc/rc.conf
                    443:       You need the following packages:
                    444:       pkg_info | grep linu
                    445:       linux_base-5.2      The base set of packages needed in Linux mode
                    446:       linux_devtools-5.2  Packages needed for doing development in Linux mode
1.6       takayama  447:
                    448: */
                    449:
                    450:
1.1       takayama  451: /*&jp
1.7       takayama  452: 日本語版の注意.
1.3       maekawa   453: 注意 1.
                    454: asir で日本語のヘルプを利用するには,
1.1       takayama  455: PAGER=jless
                    456: export PAGER
1.3       maekawa   457: などで, 日本語を扱える PAGER を指定する必要があるかもしれません.
1.1       takayama  458: */
1.7       takayama  459:
                    460: /*&eg
                    461:
1.8       takayama  462: The installation is completed.
1.7       takayama  463:
                    464: */
                    465: /*&jp
                    466:
                    467: 以上.
                    468:
                    469: */
                    470:
1.1       takayama  471: /*&jp
1.7       takayama  472: ★ 文書
                    473:
                    474:   OpenXM パッケージでもっとも充実しているクライアントは,
                    475:   asir です.
                    476:   asir のつかいかたは
                    477:         OpenXM/doc/asir2000/man-jp.dvi
                    478:        または OpenXM/doc/asir2000/html-jp の HTML ファイルを見て下さい.
                    479:   asir 用 OpenXM クライアントライブラリのつかい方は,
                    480:         OpenXM/doc/asir-contrib/cman-jp.dvi
                    481:   を見て下さい.  dvi の付くファイルは xdvi で見ることができます.
                    482:
                    483:   OpenXM の設計の概要については,
                    484:       OpenXM/doc/issac2000/issac2000.ps
                    485:   を見て下さい.
                    486:   ps の付くファイルは, ghostview で見ることができます.
                    487:
1.25      takayama  488:   Mathematica client については, OpenXM/doc/ox_math を御覧ください.
                    489:   sm1 client については, OpenXM/doc/kan96xx を御覧ください.
                    490:   asir は, 多項式処理用のライブラリとしてリンクできます.
                    491:   これについては, OpenXM/doc/oxlib を御覧ください.
                    492:
                    493:   OpenXM 対応の, サーバ を作成するには, OpenXM/src/ox_toolkit
                    494:   が参考になるかもしれません. Java のクラスについては
                    495:   OpenXM/src/OpenMath が参考になるかもしれません.
                    496:
1.7       takayama  497: */
                    498: /*&eg
                    499: ***** DOCUMENTS
                    500:
                    501:   The best OpenXM client in the OpenXM package is now
                    502:   asir.
                    503:   Documents on asir are
                    504:     OpenXM/doc/asir2000/man-eg.dvi
                    505:     OpenXM/doc/asir2000/html-eg (HTML)
                    506:
                    507:   The file
                    508:     OpenXM/doc/asir-contrib/cman-eg.dvi
                    509:   is a document on OpenXM client libraries for asir.
1.1       takayama  510:
1.7       takayama  511:   The design outline is described in
                    512:       OpenXM/doc/issac2000/issac2000.ps
                    513:
                    514:   Dvi files can be previewed by xdvi and
                    515:   ps files  can be previewed by ghostview.
1.25      takayama  516:
                    517:   As to Mathematica client, see OpenXM/doc/ox_math.
                    518:   As to sm1 client, see OpenXM/doc/kan96xx.
                    519:   The asir can be used as a C library for polynomial manupulation.
                    520:   See OpenXM/doc/oxlib.
                    521:
                    522:   If you are interested in writing a server for OpenXM, please refer to
                    523:   OpenXM/src/ox_toolkit and OpenXM/src/OpenMath.
                    524:
1.7       takayama  525: */
1.1       takayama  526:
                    527:
1.8       takayama  528: /*&eg
                    529:
                    530:
                    531: ***** A QUICK TOUR OF OPENXM BY ASIR
                    532:
                    533: */
1.7       takayama  534: /*&jp
1.1       takayama  535:
                    536:
1.8       takayama  537: ★ ASIR による使用例
1.1       takayama  538:
                    539:
1.3       maekawa   540: asir を動作させるには, key が必要です.
1.8       takayama  541: OpenXM/lib/asir/asir_key のコメントまたは起動時のメッセージをみて,
                    542: key を E-mail でとりよせて下さい.
1.1       takayama  543:
1.8       takayama  544: */
                    545: /*&C
                    546: ----------------   Call ox_sm1 from asir.
                    547: bash-2.03$ asir
                    548: This is Risa/Asir, Version 20000120.
                    549: Copyright (C) FUJITSU LABORATORIES LIMITED.
                    550: 1994-1999. All rights reserved.
                    551: xm Version 20000116. ox_help(0); ox_help("keyword"); for help message
                    552: [269] sm1_genericAnn([x^3-y^2,[s,x,y]]);
                    553:    /* The annihilating ideal of (x^3-y^2)^s */
                    554: [-2*y*dx-3*x^2*dy,2*x*dx+3*y*dy-6*s]
                    555:
                    556:
                    557: ---------------    Call gnuplot from asir.
                    558: bash-2.03$ asir
                    559: This is Risa/Asir, Version 20000120.
                    560: Copyright (C) FUJITSU LABORATORIES LIMITED.
                    561: 1994-1999. All rights reserved.
                    562: xm Version 20000116. ox_help(0); ox_help("keyword"); for help message
                    563: [269] gnuplot("plot sin(x);");
                    564: 0
                    565: [270]
1.13      takayama  566:
                    567: */
                    568:
                    569: /*&jp
                    570:
                    571: ★  sm1 クライアントの利用例
                    572:
                    573: */
                    574: /*&eg
                    575:
                    576: ******  Example of the use of sm1 client
1.1       takayama  577:
1.8       takayama  578: */
1.1       takayama  579:
1.8       takayama  580: /*&C
                    581: --------------------------------------  call ox_asir from sm1
1.1       takayama  582: sm1
                    583: (oxasir.sm1) run  ;
1.8       takayama  584: [(x^20-y^20) (x,y)] fctr pmat ;     factorize x^20-y^20 by call ox_asir
1.1       takayama  585:
                    586:
1.8       takayama  587: */
1.1       takayama  588:
1.8       takayama  589: /*&jp
1.5       takayama  590: [著作権表示]
                    591: OpenXM/Copyright を御覧ください.
1.6       takayama  592: */
1.8       takayama  593: /*&eg
                    594: [COPYRIGHT]
                    595: See OpenXM/Copyright.
                    596: */
                    597:
                    598: /*&eg
                    599:
1.6       takayama  600:
1.7       takayama  601:
1.8       takayama  602: *****  TO COMPILE FROM A SOURCE *****
1.7       takayama  603:
                    604: */
1.6       takayama  605: /*&jp
1.8       takayama  606:
                    607:
1.6       takayama  608: ★ OpenXM パッケージの Make 法
1.36      takayama  609:   FreeBSD 3.x, FreeBSD 4.x, Linux で動作するものと期待してます.
                    610:   (Linux glib6 では, いまのところ, /usr/include/features.h
                    611:    で #define __FAVOR_BSD 1 してコンパイルする必要がありしたが,
1.20      takayama  612:   一部のソースを
                    613:   -D_BSD_SOURCE option をつけて gcc でコンパイルするように変えてます
1.36      takayama  614:   (setjmp と sigsetjmp の問題, dirty trick) 現在では問題ありません. )
1.8       takayama  615:
1.6       takayama  616:    OpenXM, OpenXM_contrib, OpenXM_contrib2 が必要です.
1.36      takayama  617:    ftp.math.kobe-u.ac.jp/OpenXM/1.1.3 より
                    618:         openxm-1.1.3.tar.gz
                    619:    を get して展開して下さい.
                    620:         tar xzvf openxm-1.1.3.tar.gz
                    621:
                    622:    openxm-1.1.3/OpenXM    openxm-1.1.3/OpenXM_contrib
                    623:    openxm-1.1.3/OpenXM_contrib2
                    624:    が生成されます.
                    625:
1.6       takayama  626:    cvs コミッタの場合次のようにしてソースをとりよせます.
                    627: */
                    628: /*&eg
                    629: * How to make OpenXM package?
1.36      takayama  630:  We have tested the OpenXM package on FreeBSD 3.x, FreeBSD 4.x, Linux.
                    631:  (On Linux glib6, we needed to define
1.8       takayama  632:    #define  __FAVOR_BSD 1
1.20      takayama  633:  in /usr/include/features.h,
                    634:  but now we are compiling some sources with -D_BSD_SOURCE
1.36      takayama  635:  (setjmp vs sigsetjmp).  So, you do not need to make this change.)
1.8       takayama  636:
1.6       takayama  637:  Do you have directories OpenXM, OpenXM_contrib, OpenXM_contrib2?
1.36      takayama  638:  get
                    639:         openxm-1.1.3.tar.gz
                    640:  from ftp.math.kobe-u.ac.jp/OpenXM/1.1.3
                    641:  Expand it by
                    642:         tar xzvf openxm-1.1.3.tar.gz
                    643:
                    644:  Then, you will get
                    645:    openxm-1.1.3/OpenXM    openxm-1.1.3/OpenXM_contrib
                    646:    openxm-1.1.3/OpenXM_contrib2
                    647:
                    648:
1.6       takayama  649:  If you are a CVS committer, then you can get all sources as follows:
                    650: */
                    651: //&C  rcvs checkout OpenXM OpenXM_contrib OpenXM_contrib2
                    652: //&C
                    653: //&jp これらがそろっていたらあとは次のように入力するだけです.
                    654: //&eg Check that you have these directories, then just type in the following commands
                    655: /*&C
                    656:
                    657:    cd OpenXM/src
                    658:    make configure
                    659:    make
                    660:    make install
                    661:
                    662: */
                    663: /*&jp なお, OpenXM/src/ox_math のコンパイルおよび利用には Mathematica が,
                    664: OpenXM/src/OpenMath のコンパイルおよび利用には
                    665: には, jdk (java 環境) が必要です.
1.12      takayama  666:
                    667: Documents を生成するには,  tex, ptex (ascii 日本語 tex), dvips, texinfo,
1.36      takayama  668: texi2html, nkf, jlatex2html
1.12      takayama  669: が必要です. 詳しくは Makefiles を見て下さい.
                    670: Document は, binary distribution の OpenXM/doc, OpenXM/lib
                    671: より得るのが簡単です.
1.6       takayama  672: */
                    673: /*&eg In order to use and compile OpenXM/src/ox_math, you need Mathematica.
                    674: In order to use and compile OpenXM/src/OpenMath,
                    675: you need jdk (java environment).
1.12      takayama  676:
                    677: In order to generate the full documentation including Japanese documents,
                    678: you need tex, ptex (ASCII Inc. Japanese tex), dvips, texinfo, texi2html,
1.36      takayama  679: nkf, jlatex2html.  See each Makefile.
1.12      takayama  680: The generated documents are in OpenXM/doc and OpenXM/lib
                    681: in the binary distribution.
1.15      takayama  682: If you do not like to install Japanese environment such as ptex,
                    683: type in R for the tex error prompt ? or
                    684: prepare empty shell scripts ptex and nkf.
1.36      takayama  685: */
                    686: /*&C
                    687:
                    688: */
                    689:
                    690: /*&eg
                    691: To run the system, you need to read OpenXM/rc/dot.cshrc or
                    692: OpenXM/rc/dot.bashrc by the source
                    693: command for setting proper environmental variable values.
                    694:
                    695: By the commands
                    696:          cd OpenXM/rc
                    697:          make
                    698: you can generate dot.cshrc and dot.bashrc.
                    699: Read these file by the source command in your .cshrc
                    700: or .bashrc (or .bash_profile).
                    701: */
                    702: /*&jp
                    703: システムを動かすには, OpenXM/rc/dot.cshrc または
                    704: OpenXM/rc/dot.bashrc を source コマンドで
                    705: よみこみ環境変数の値を適切に設定する必要があります.
                    706:
                    707: コマンド
                    708:          cd OpenXM/rc
                    709:          make
                    710: で dot.cshrc および dot.bashrc が生成されます.
                    711: これらのファイルを source コマンドで,
                    712: .cshrc または .bashrc (または .bash_profile) より読むようにして下さい.
1.6       takayama  713: */
                    714: /*&C
1.1       takayama  715:
1.6       takayama  716: */
1.1       takayama  717:
1.6       takayama  718: /*&jp
1.1       takayama  719:
1.8       takayama  720: [OpenXM 下のファイルの構成メモ]
1.3       maekawa   721: lib/asir には, asir のライブラリ, ox_asir 本体
                    722:
1.8       takayama  723: cd OpenXM/src/kxx ; make install-for-debug した場合,
1.3       maekawa   724: lib/sm1 は src/SSkan/Doc への symbolic link
                    725: であり, sm1 のライブラリファイルが格納されています.
                    726: lib/sm1/bin には, binaryfiles
1.1       takayama  727:     sm1, ox_sm1, ox,  ox_log, ox_sm1_*
1.3       maekawa   728: へのシンボリックリンクが格納されます.
1.8       takayama  729: このシンボリックリンクは src/kxx で make install-for-debug を実行することにより
1.3       maekawa   730: 作成されます.
1.1       takayama  731:
1.3       maekawa   732: sm1 が ox_asir を利用するのに必要なファイル.
1.1       takayama  733:    lib/asir/ox_asir,
                    734:    lib/sm1/bin/ox, lib/sm1/bin/ox_log  (src/kxx/ox, src/kxx/ox_log)
                    735:    lib/sm1/ox.sm1, lib/sm1/oxasir.sm1
                    736:
1.3       maekawa   737: asir が ox_sm1_forAsir を利用するのに必要なファイル:
1.1       takayama  738:    lib/asir/ox_launch
1.3       maekawa   739:    lib/sm1/bin/ox_sm1_forAsir (ox_sm1 へのリンク)
1.1       takayama  740:    lib/asir/xm
1.3       maekawa   741:    lib/sm1/ 以下の *.sm1 なるすべての ライブラリファイル.
1.1       takayama  742:      callsm1.sm1 callsm1b.sm1
1.3       maekawa   743:      (ox_sm1_forAsir の定義ファイル, src/kxx/oxserver00.c
                    744:       ox_sm1 が ox_sm1_forAsir という名前で呼ばれるとこれらのファイルをロード.)
1.1       takayama  745:
1.3       maekawa   746: asir が ox_sm1_gnuplot を利用するのに必要なファイル:
1.1       takayama  747:     lib/asir/ox_launch
1.3       maekawa   748:     lib/sm1/bin/ox_sm1_gnuplot (ox_sm1 へのリンク, ox_sm1_gnuplot は fork して
1.4       maekawa   749:                                 gnuplot4ox を実行します.)
1.1       takayama  750:     lib/asir/xm
                    751:     lib/sm1/callsm1.sm1, lib/sm1/gnuplot.sm1
1.3       maekawa   752:      (ox_sm1_gnuplot の定義ファイル, src/kxx/oxserver00.c
                    753:       ox_sm1 が ox_sm1_gnuplot という名前で呼ばれるとこれらのファイルをロード.)
1.4       maekawa   754:     bin/gnuplot4ox,  bin/gnuplot_x11  (gnuplot 本体, src/gnuplot*)
1.1       takayama  755:
                    756: ----------------------------------------
1.3       maekawa   757: [開発者用メモ]
1.1       takayama  758:
1.3       maekawa   759: << sm1, ox_sm1, ox, oxlog の debug >>
                    760: binary file は各 directory の make install により
                    761: OpenXM/bin にコピーされますが,
                    762: debug 用にいちいちコピーするのは面倒なので,
1.8       takayama  763: OpenXM/src/kan96xx で make install-for-debug
                    764: OpenXM/src/kxx で make install-for-debug
1.3       maekawa   765: を実行すると,
                    766: OpenXM/bin/sm1, ox, ox_sm1, oxlog より,
1.1       takayama  767: OpenXM/src/kan96xx/Kan/sm1
                    768: OpenXM/src/kxx/ox, OpenXM/src/kxx/ox_sm1, OpenXM/src/kxx/oxlog
1.3       maekawa   769: へのシンボリックリンクが作成されます.
1.1       takayama  770:
1.3       maekawa   771: [CVSコミッタ用メモ]
                    772: <<  OpenXM ディレクトリ配布版の作成方法 >>
1.1       takayama  773: rcvs export -rHEAD OpenXM
                    774: rcvs export -rHEAD OpenXM_contrib
                    775: rcvs export -rHEAD OpenXM_contrib2
1.21      takayama  776: cd OpenXM/src ; make generate-source-distribution
1.3       maekawa   777: して, OpenXM, OpenXM_contrib, OpenXM_contrib2 全体を tar+gzip.
1.7       takayama  778: */
                    779:
                    780: /*&C
                    781:
                    782: */
                    783: /*&jp
                    784:
                    785: ★ Solaris に関する注意.
                    786: Solaris ではまだ問題が山積してます.
                    787: Solaris での make の問題点については, OpenXM/doc/OpenXM-FAQ-jp.txt
                    788: を見てください.
1.8       takayama  789: Solaris でコンパイルするには, /usr/ccs/bin をサーチパスの最初へもっていって
                    790: おきます.
1.7       takayama  791:
                    792: */
1.8       takayama  793: /*&eg
                    794: ***** COMPILE ON SOLARIS
                    795:  There are a lot of troubles on Solaris for now.
                    796:  At least,
                    797:  /usr/ccs/bin must be at the top of the command search path to compile
                    798:  on Solaris.
                    799: */
1.31      takayama  800: /*&jp
                    801:
                    802: ★ Redhat Linux 6.1 上でのコンパイル
                    803: m4-1.4 と autoconf-2.13 が必要.
                    804: (あらかじめはいっている,  autoconf は 2.12 でありこれは
                    805:  gnuplot の make で不具合を生じます.)
1.8       takayama  806:
1.31      takayama  807: */
                    808: /*&eg
                    809: ***** COMPILE ON Redhat Linux 6.1
                    810: m4-1.4 and autoconf-2.13 are required.
                    811: (Preinstalled autoconf is version 2.12. It causes a trouble when
                    812:  you build gnuplot.)
                    813: */
1.7       takayama  814:
                    815: /*&C
                    816:
1.1       takayama  817: */

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>