| | 5 | ./configure --prefix=/opt/libemu; make install |
|---|
| | 6 | |
|---|
| | 7 | building from tarball: |
|---|
| | 8 | tar xvfz libemu-VERSION.tar.gz |
|---|
| | 9 | cd libemu-VERSION |
|---|
| | 10 | ./configure --prefix=/opt/libemu; make install |
|---|
| | 11 | |
|---|
| | 12 | |
|---|
| | 13 | specific 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 | |
|---|