update build instructions

This commit is contained in:
4am 2024-06-10 23:12:07 -04:00
parent c408d9eb81
commit 3aa5157521

View File

@ -28,7 +28,7 @@ $ make
If all goes well, the `build/` subdirectory will contain a `4cade.hdv` image which can be mounted in emulators like [OpenEmulator](https://archive.org/details/OpenEmulatorSnapshots), [Ample](https://github.com/ksherlock/ample), or [Virtual II](http://virtualii.com/).
If all does not go well, try doing a clean build (`make clean dsk`)
If all does not go well, try doing a clean build (`makeg clean && make`)
If that fails, perhaps you have out-of-date versions of one of the required tools? The [Makefile](https://github.com/a2-4am/4cade/blob/main/Makefile) lists, but does not enforce, the minimum version requirements of each third-party tool.
@ -87,7 +87,7 @@ $ make
If all goes well, the `build/` subdirectory will contain a `4cade.hdv` image which can be mounted in emulators like [MAME](http://www.mamedev.org).
If all does not go well, try doing a clean build (`make clean dsk`)
If all does not go well, try doing a clean build (`make clean && make`)
If that fails, perhaps you have out-of-date versions of one of the required tools? The [Makefile](https://github.com/a2-4am/4cade/blob/main/Makefile) lists, but does not enforce, the minimum version requirements of each third-party tool.