# libemu **Repository Path**: stackw0rm/libemu ## Basic Information - **Project Name**: libemu - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-10-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README _______________ | | | | | 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.