2025-03-09 19:45:37 +08:00
2013-10-09 21:07:22 -04:00
2014-03-16 21:25:17 -04:00
2014-04-06 23:03:24 -04:00
2013-09-08 10:49:17 -04:00
2025-03-09 19:31:22 +08:00
2014-02-17 23:06:51 -05:00
2014-01-23 00:18:36 -05:00
2013-09-08 10:49:17 -04:00
2013-09-08 10:49:17 -04:00
2014-04-06 23:46:40 -04:00
2014-03-22 14:24:24 -04:00
2025-03-09 19:45:37 +08:00
2014-04-06 23:46:40 -04:00
2013-11-05 21:55:34 -05:00

说明

原项目地址:http://www.hugovil.com/projet.php?proj=emu8051

原README见README

编译

debian系操作系统

#安装编译工具及相应库
sudo apt-get install build-essential  automake autoconf libgtk2.0-dev libreadline-dev zlib*-dev pkg-config
#生成configure
./autogen.sh
#configure
./configure
#make
make
#安装
make install
Description
No description provided
Readme 478 KiB
Languages
C 67.1%
Perl 13.5%
Assembly 10.7%
Makefile 2.6%
Yacc 1.9%
Other 4.2%