////////////////////////////////////////////////////////////////////////////////////////////////////
//
//  Simple Instalation
//													'09 3/2 
//

 0. This software needs OpenSSL and zlib developement environment.
    Please install them previously if you do not install.
	And Berkeley DB (4.2) is optional.

    If you use Gentoo Linux, please read README_on_gentoo, too.


 1. How to simple make and install (by root).  [ ] is possible to omit it.

    # cd ../JunkBox_Lib                        (move to ../JunkBox_Lib from this directory. JunkBox_Lib is new name of TUIS_Lib)
    # ./configure --enable-ssl [--enable-db]   (--enable-db is for Berkeley DB)
    # make
    # cd ../sl_proxy-x.y.z                     (move to this directory)
    # ./configure --enable-ssl [--enable-db]   (--enable-db is for Berkeley DB)
    # make
    # make install

  	If you can not compile, please read README.


 2. Execute Program (by root)

    # /etc/init.d/sl_voice_relay start
    # /etc/init.d/sl_cache start
    # /etc/init.d/sl_info  start
    # /etc/init.d/sl_relay start


-------------------------------------------
 For more detail, please read README.








///////////////////////////////////////////////////////////////////////////////
Japanese

簡易インストール

 0. このソフトウェアをコンパイルするには OpenSSL と zlib の開発環境が必要です．
    これらを予めインストールしておいてください.
	また Berkeley DB (4.2) をオプションで使用することもできます．
	なお，v1.6.xまで使用していた TUIS_Libは名称が JunkBox_Libに変更になりました．

   
 1. インストール (rootで行う)． [ ]内は省略可能です．

    # cd ../JunkBox_Lib                       (../JunkBox_Lib へ移動)
    # ./configure --enable-ssl [--enable-db]  (--enable-db はBerkeley DBを使用するためのオプション)
    # make
    # cd ../sl_proxy-x.y.z                    (このファイルのあるディレクトリに移動)
    # ./configure --enable-ssl [--enable-db]  (--enable-db はBerkeley DBを使用するためのオプション)
    # make
    # make install

    もし，コンパイルに失敗する場合は，README.utf8 を読んでください．


 2. プログラムの実行 (rootで行う)

    # /etc/init.d/sl_voice_relay start
    # /etc/init.d/sl_cache start
    # /etc/init.d/sl_info  start
    # /etc/init.d/sl_relay start


-------------------------------------------
 詳細は README.utf8 をお読みください．

