
 How to Compile


 Compile

	$ zcat junkbox_lib-X.Y.Z.tgz | tar xfv -
	$ cd JunkBox_Lib
	$ ./configure [options]
	$ make	


	configure options
        --enbale-debug    	enable debug mode function 
        --enable-db       	enable Berkeley DB(4.2) function. libdb-4.2.a is necessary. 
        --disable-gLib    	no compile gLib. 
        --disable-X11    	no compile X11 library in gLib. When X Window is not installed, it specifies it.
        --enable-ssl=DIR  	the directory where OpenSSL is installed is specified. default is /usr
        --disable-ssl     	not use OpenSSL function.
        --enable-zlib=DIR 	the directory where ZLIB is installed is specified. default is /usr
        --disable-zlib    	not use ZLIB function.





-----------------------------------------------------------------------------
Japanese


 ѥ롥

    $ zcat junkbox_lib-X.Y.Z.tgz | tar xfv -
	$ cd JunkBox_Lib
    $ ./configure  [ץ]
    $ make

    make install ϹԤʤ

    configure Υץ
        --enbale-debug    	ǥХå⡼ɤǥѥ뤹롥  

        --enable-db       	ǡ١ǽѤ롥
                          	Berkley DB (4.2) 󥹥ȡ뤵Ƥ˻ꤹ롥

        --disable-gLib    	եåؿѤʤ

        --disable-X11    	եåؿ X WindowϢδؿѤʤ
                          	X Window 󥹥ȡ뤵Ƥʤ˻ꤹ롥

        --enable-ssl=DIR  	ƥब OpenSSLΥǥ쥯ȥǧǤʤ˼ưǻꤹ롥
                          	--enable-ssl, --diable--ssl ΤɤꤷʤϡOpenSSL
                          	Ѥ褦ꤵ졤ǥ쥯ȥ /usr ˤʤ롥η̡
						  	ѥ˼Ԥ⤢롥

        --disable-ssl     	OpenSSLεǽ (ssl_tool.c, https_tool.c, isnet.c) Ѥʤ
                          	OpenSSL 󥹥ȡ뤵Ƥʤ˻ꤹ롥

        --enable-zlib=DIR 	ƥब zlibΥǥ쥯ȥǧǤʤ˼ưǻꤹ롥
                          	--enable-zlib, --diable--zlib Τɤꤷʤϡzlib
                         	Ѥ褦ꤵ졤ǥ쥯ȥ /usr ˤʤ롥η̡
						  	ѥ˼Ԥ⤢롥

        --disable-zlib    	zlibεǽ (gz_tool.c) Ѥʤ
                          	zlib 󥹥ȡ뤵Ƥʤ˻ꤹ롥


