mirror of
https://github.com/HEYAHONG/emu8051.git
synced 2025-05-08 13:43:42 +08:00
添加说明
This commit is contained in:
parent
fba01e9ed4
commit
fd4e033818
23
ReadMe.md
Normal file
23
ReadMe.md
Normal file
@ -0,0 +1,23 @@
|
||||
# 说明
|
||||
|
||||
原项目地址:[http://www.hugovil.com/projet.php?proj=emu8051](http://www.hugovil.com/projet.php?proj=emu8051)。
|
||||
|
||||
原README见[README](README)。
|
||||
|
||||
# 编译
|
||||
|
||||
## debian系操作系统
|
||||
|
||||
```bash
|
||||
#安装编译工具及相应库
|
||||
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
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user