[expat-2.0.1]

1. XML library̸, neon library   .

2. FreeBSD,Linux   ÷ ports, yum ؼ ̹ ġǾ   .

3.  library  Linux, FreeBSD   ϸ..
     ֽ ̺귯 ġ .
   # yum install expat expat-devel

4.  library  Windows  ؼ ʿϸ...
   Windows  Ͽ Ѵ.

* 
  Linux  SDK ..  expat  ġؾ ϹǷ...
   ġ   ؾ .
  # yum install expat expat-devel



[libmcrypt-2.5.7]

1. SVN  ϵ source  .

2. Linux  

  # ./configure --enable-static=yes --enable-shared=no --with-pic
  # make
  
  * install ۾ ʿ.


3.       ʿ

   1)  win32_comp.h ġ 
       -   Ʒ   ߰

                    // windows    
					#ifdef WIN32
					#define  STDC_HEADERS
					#define  SIZEOF_UNSIGNED_INT		4
					#define  SIZEOF_UNSIGNED_SHORT_INT	2
					#define  SIZEOF_UNSIGNED_CHAR		1
					#define  HAVE_MEMSET
					#define  HAVE_MEMMOVE
					#define  LIBDIR				"lib"

					//dll ƴ lib   
					#ifdef WIN32DLL_DEFINE
					#undef WIN32DLL_DEFINE
					#define WIN32DLL_DEFINE
					#endif

					#define inline                          __inline
					#endif // WIN32
					// windows     
   
	
	2) mcrypt_symb.c 
	   - ٸ ÷ ./configure ؼ   ͼ  ؾ
	   -  ġ Ʈ  丮 ϴ WIN_SDK/libmcrypt  


    3) inline  
       - __inline  ؾ(win32_comp.h inline ) 



[neon-0.29.5]

1. SVN  ϵ source  .

2. Linux  
   
   # ./configure CFLAGS='-DNE_BUFSIZ=65536' --includedir=/usr/local --with-libs=/usr/local --with-expat --with-pic
   # make
  
  * install ۾ ʿ.


3.       ʿ

   1) cofig.h 
	  - WIN_SDK/libneon/copy_config.bat ( config.hw config.h )

   2) config.hw ġ
      - config.solbox.hw (WIN_SDK/libneon )

   3) ne_socket.c ġ 
      - 쿡 sockets connetction time out ϱ  ġ 
	  -  ÷̳ Ÿ н 迭 ÷ 
	  - patch  ؼ(windows_nonblocking_connect.patch)  .
	  -  ġ WIN_SDK/libneon 

   4) large file support 
      - config.solbox.hw 


