Changeset 1382

Show
Ignore:
Timestamp:
09/18/07 13:50:22 (1 year ago)
Author:
common
Message:

libemu

  • more README
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • libemu/trunk/README

    r774 r1382  
    1 building from svn 
     1 
     2 
     3building from svn: 
    24  autoreconf -v -i 
     5  ./configure --prefix=/opt/libemu; make install 
     6 
     7building from tarball: 
     8  tar xvfz libemu-VERSION.tar.gz 
     9  cd libemu-VERSION 
     10  ./configure --prefix=/opt/libemu; make install 
     11 
     12 
     13specific configure options: 
     14 
     15--enable-debug          enable debug code generation [default=yes] 
     16        debug messages, instruction strings, nothing one wants to miss, even if it takes a lot of cpu cycles. 
     17 
     18 
     19--enable-interactive-hooks 
     20                        enable interactive hooks (dangerous!)[default=no] 
     21        the win32 api hooks get interactive, proxying the calls to the host operating system,  
     22        dangerous as it allows remote code execution, but very usefull 
     23