-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathREADME
More file actions
33 lines (21 loc) · 660 Bytes
/
README
File metadata and controls
33 lines (21 loc) · 660 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
_______________
| |
| |
| libemu |
| x86 emulation |
| |
| |
| |
\ O |
\______________|
homepage: http://libemu.mwcollect.org
building from svn:
autoreconf -v -i
./configure --prefix=/opt/libemu; make install
building from tarball:
tar xvfz libemu-VERSION.tar.gz
cd libemu-VERSION
./configure --prefix=/opt/libemu; make install
specific configure options:
--enable-debug enable debug code generation [default=yes]
debug messages, instruction strings, nothing one wants to miss, even if it takes a lot of cpu cycles.