From b81c3c78b3ea859ee4e94accc88da3808b3371ae Mon Sep 17 00:00:00 2001 From: Andrea Odetti Date: Sat, 30 Oct 2021 13:52:02 +0100 Subject: [PATCH] Minor changes to readme files. Signed-off-by: Andrea Odetti --- linux.md | 24 ++++++------------------ source/frontends/sdl/README.md | 4 ++-- 2 files changed, 8 insertions(+), 20 deletions(-) diff --git a/linux.md b/linux.md index 00e02eb9..2257ded9 100644 --- a/linux.md +++ b/linux.md @@ -1,21 +1,5 @@ # Linux -* [Structure](#structure) -* [What works](#what-works) -* [New features](#new-features) -* [Executables](#executables) - * [applen](#applen) - * [qapple](#qapple) - * [sa2](#sa2) - * [libretro](#ra2) -* [Build](#build) - * [Checkout](#checkout) - * [Fedora](#fedora) - * [Raspberry Pi OS and Ubuntu](#raspbian) -* [Speed](#build) - * [Fedora](#fedora-1) - * [Raspbian](#raspbian-1) - ## Structure There are 4 projects @@ -31,7 +15,7 @@ been modified. ## What works -Almost everything works, except the serial port. +Almost everything works, except the serial port, SNES-MAX and FourPlay. The UI has been rewritten in Qt or ImGui. @@ -138,7 +122,7 @@ make ### Fedora -On Fedora 31, from a fresh installation, install all packages from [fedora.list.txt](source/linux/fedora.list.txt). +On Fedora 35, from a fresh installation, install all packages from [fedora.list.txt](source/linux/fedora.list.txt). ### Raspberry Pi OS, Ubuntu and other Debian distributions @@ -148,6 +132,10 @@ You can use `sudo apt-get -y install $(cat raspbian.list.txt)` for an automated See [Travis](.travis.yml) CI too. +### Packaging + +It is possible to create `.deb` and `.rpm` packages using `cpack`. Use `cpack -G DEB` or `cpack -G RPM` from the build folder. It is best to build packages for the running system. + ## Speed ### Fedora diff --git a/source/frontends/sdl/README.md b/source/frontends/sdl/README.md index 606336f4..c00efb0d 100644 --- a/source/frontends/sdl/README.md +++ b/source/frontends/sdl/README.md @@ -10,7 +10,7 @@ The configuration GUI only works with ``--imgui``: otherwise either manually edi The format of the configuration file is the same as the Windows Registry of AppleWin. *Drag & drop* works for floppy disks. With ``--imgui`` it is possible to select which drive they are dropped into (``D&D``). - If the filename ends with `.yaml`, it will be loaded as a *State* file. +If the filename ends with `.yaml`, it will be loaded as a *State* file. Individual options can be passed via arguments too: ``-c Configuration.Printer_FileName=Printer.txt``. @@ -28,7 +28,7 @@ On a Raspberry Pi, a KMS driver is mandatory and best results are obtained on a Output mentions the Dear ImGui version, e.g.: ``IMGUI_VERSION: 1.81 WIP``. -Some of the configuration options are exposed in the ``Settings`` menu. This is **not** a modal dialog and options are applied immediately. You might need to **Restart** the emulator manually. This is currently the only way to enable the Uthernet II card in slot 3, which has to be reapplied after every *restart*. +Some of the configuration options are exposed in the ``Settings`` menu. This is **not** a modal dialog and options are applied immediately. You might need to **Restart** the emulator manually. ## Hotkeys