... | @@ -121,8 +121,12 @@ and accept all defaults (press return) |
... | @@ -121,8 +121,12 @@ and accept all defaults (press return) |
|
1. Build the source: <br />
|
|
1. Build the source: <br />
|
|
`make clean` (not mandatory, but solves some compilation problems)
|
|
`make clean` (not mandatory, but solves some compilation problems)
|
|
`make`
|
|
`make`
|
|
|
|
|
|
1. (Optional) For Linux or macOS, make sure PulseAudio daemon is running if PulseAudio is installed. Or else there will be no beep sound. For Windows, PulseAudio is not needed to play beep sound.
|
|
1. (Optional) For Linux or macOS, make sure PulseAudio daemon is running if PulseAudio is installed. Or else there will be no beep sound. For Windows, PulseAudio is not needed to play beep sound.
|
|
1. To run the resulting simulator exectuable: <br />
|
|
|
|
|
|
1. (Prerequisite for running the simulator) Make sure the font files are installed on your system. The font files can be found in the c43 folder in res/fonts: C47__TinyFont.ttf ; C47__StandardFont.ttf ; C47__NumericFont.ttf
|
|
|
|
|
|
|
|
1. 1. To run the resulting simulator exectuable: <br />
|
|
|
|
|
|
`./c47` (Linux, macOS) or `./c47.exe` (Windows)
|
|
`./c47` (Linux, macOS) or `./c47.exe` (Windows)
|
|
|
|
|
... | @@ -130,8 +134,6 @@ and accept all defaults (press return) |
... | @@ -130,8 +134,6 @@ and accept all defaults (press return) |
|
|
|
|
|
`./c47 --portrait` or `./c47.exe --portrait` runs the simulator in portrait mode (may be necessary if your screen is not quite tall enough, which otherwise would put the sim in landscape mode automatically)
|
|
`./c47 --portrait` or `./c47.exe --portrait` runs the simulator in portrait mode (may be necessary if your screen is not quite tall enough, which otherwise would put the sim in landscape mode automatically)
|
|
|
|
|
|
1. (Prerequisite for running the simulator) Make sure the font files are installed on your system. The font files can be found in the c43 folder in res/fonts: C47__TinyFont.ttf ; C47__StandardFont.ttf ; C47__NumericFont.ttf
|
|
|
|
|
|
|
|
### Updating the simulator
|
|
### Updating the simulator
|
|
1. From the terminal run `git fetch`
|
|
1. From the terminal run `git fetch`
|
|
1. From the terminal run `git reset --hard HEAD` to abandon all previous temporary files and edits
|
|
1. From the terminal run `git reset --hard HEAD` to abandon all previous temporary files and edits
|
... | | ... | |