FastDOSBOX

Ubuntu Korea Community Wiki
둘러보기로 이동 검색으로 이동
  • Raspberry Pi용으로 나온 DOSBOX
  • 오픈소스이지만 바이너리를 Store에서 판매하고 있다.
  • 다음은 소스컴파일

<SyntaxHighlight LANG="bash"> git clone https://github.com/slacka/FastDosbox/tree/master/fastdosbox-1.6 cd fastdosbox-1.6 ./configure make sudo make install </syntaxhighlight>