Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nigoole committed Nov 19, 2019
2 parents ac49611 + 782fcfc commit bbef62c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ export PATH=/opt/arm-gcc/bin:$PATH
vim arm-NES-linux-/linux/makefile
CC = arm-linux-gnueabihf-gcc

1、首先安装gcc,或直接使用野火qt demo中的sdk均可
2、配置gcc环境变量
3、修改Makefile中的gcc

export PATH=/opt/arm-gcc/bin:$PATH

vim arm-NES-linux-/linux/makefile
CC = arm-linux-gnueabihf-gcc


#编译
# arm-NES-linux emulate for InfoNES open source
## Planform
Expand Down

0 comments on commit bbef62c

Please sign in to comment.