mirror of
https://github.com/nobuh/napple1.git
synced 2024-11-23 23:31:38 +00:00
Remove install instruction for cygwin
This commit is contained in:
parent
c0f43127cc
commit
e36276fce7
16
README
16
README
@ -1,21 +1,17 @@
|
||||
napple1 is an Apple 1 emulator using ncurses, ported from the SDL version
|
||||
Pom1 emulafor. If you have some questions, please report it as an issue.
|
||||
|
||||
How to install on cygwin
|
||||
=========================
|
||||
0. Setup cygwin (base) and make, gcc4, libncurses-dev
|
||||
and follow Linux procedure.
|
||||
How to install on Ubuntu (ex. Ubuntu 22.04)
|
||||
===========================================
|
||||
1. sudo apt install make gcc libncurses-dev
|
||||
|
||||
How to install on Linux
|
||||
========================
|
||||
1. Download latest source package nappple1-<n>.<n>.tar.gz
|
||||
and extract it.
|
||||
2. git clone https://github.com/nobuh/napple1.git
|
||||
|
||||
2. Build
|
||||
3. Build
|
||||
cd napple1/src
|
||||
make
|
||||
cd ..
|
||||
3. Run
|
||||
4. Run
|
||||
./napple1
|
||||
|
||||
ROM Directory
|
||||
|
Loading…
Reference in New Issue
Block a user