mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-20 21:31:10 +00:00
documentation updates
This commit is contained in:
parent
a486d8267c
commit
3612935ed9
@ -97,22 +97,19 @@
|
|||||||
# ########### Executor
|
# ########### Executor
|
||||||
|
|
||||||
# No ROM files needed - an opensource reimplementation of classic Mac OS.
|
# No ROM files needed - an opensource reimplementation of classic Mac OS.
|
||||||
|
# I recommend my own "Executor 2000" fork at github.com/autc04/executor
|
||||||
|
|
||||||
# emulator = executor
|
# emulator = executor
|
||||||
|
|
||||||
# If Executor is in your PATH and the SystemFolder environment variable
|
# If Executor is in your PATH, nothing else is required.
|
||||||
# is already set up, nothing else is required.
|
|
||||||
|
|
||||||
# in case it's somewhere else:
|
# in case it's somewhere else:
|
||||||
# executor-path = /usr/local/bin/executor
|
# executor-path = /usr/local/bin/executor
|
||||||
|
|
||||||
# Path to the Executor system folder:
|
# override path to the Executor system folder:
|
||||||
# executor-system-folder = /path/to/ExecutorVolume/System Folder
|
# executor-system-folder = /path/to/ExecutorVolume/System Folder
|
||||||
|
|
||||||
# Pass more options to Executor.
|
# Pass more options to Executor.
|
||||||
# Note that each "word" needs to be specified separately:
|
# Note that each "word" needs to be specified separately:
|
||||||
# executor-option = -size # emulated screen size
|
# executor-option = -bpp # screen depth
|
||||||
# executor-option = 1600x1200
|
# executor-option = 1
|
||||||
|
|
||||||
# executor-option = -appearance # uncommenting these two lines
|
|
||||||
# executor-option = windows # is seriously not recommended.
|
|
||||||
|
18
README.md
18
README.md
@ -157,10 +157,11 @@ Retro68-Specific Components:
|
|||||||
- ResourceFiles library
|
- ResourceFiles library
|
||||||
- Rez
|
- Rez
|
||||||
- PEFTools (MakePEF and MakeImport)
|
- PEFTools (MakePEF and MakeImport)
|
||||||
- MakeAPPL
|
- Elf2Mac
|
||||||
- LaunchAPPL
|
- LaunchAPPL
|
||||||
- libretro
|
- libretro
|
||||||
- TestApps - a few tiny test programs
|
- TestApps - a few tiny test programs
|
||||||
|
- AutomatedTests
|
||||||
- Sample Programs: Raytracer, HelloWorld, Launcher, Dialog
|
- Sample Programs: Raytracer, HelloWorld, Launcher, Dialog
|
||||||
|
|
||||||
### binutils
|
### binutils
|
||||||
@ -352,11 +353,14 @@ The directory `AutomatedTests` contains an autonated test suite that runs via
|
|||||||
parts of Retro68.
|
parts of Retro68.
|
||||||
|
|
||||||
The test suite will be configured automatically on sufficiently old Macs.
|
The test suite will be configured automatically on sufficiently old Macs.
|
||||||
Everywhere else, first configure `LaunchAPPL` (see above) and then:
|
Everywhere else, first configure `LaunchAPPL` (see above).
|
||||||
|
|
||||||
cs Retro68-build/build-target
|
|
||||||
cmake . -DRETRO68_LAUNCH_METHOD=minivmac # or executor, ...
|
|
||||||
make
|
|
||||||
|
|
||||||
To run the tests, invoke `ctest` in the `build-target` directory.
|
To run the tests, invoke `ctest` in the `Retro68-build` directory, or in one
|
||||||
|
of the `build-target`, `build-target-ppc` or `build-target-carbon` directories.
|
||||||
|
|
||||||
ctest
|
ctest
|
||||||
|
|
||||||
|
You can also use the cmake variable `RETRO68_LAUNCH_METHOD` to override the LaunchAPPL default
|
||||||
|
for specific platforms:
|
||||||
|
|
||||||
|
cmake . -DRETRO68_LAUNCH_METHOD=minivmac
|
||||||
|
Loading…
Reference in New Issue
Block a user