Updated the download links for v1.0.0-rc in README.md

Also changed the documentation to reflect that the architecture is now added to the installer and package filenames.
This commit is contained in:
Leon Styhre 2021-04-05 16:01:08 +02:00
parent 64e1e2d22c
commit 2c7ef502cd
3 changed files with 15 additions and 15 deletions

View file

@ -296,19 +296,19 @@ CPack: - Run preinstall target for: emulationstation-de
CPack: - Install project: emulationstation-de []
CPack: Create package
CPackDeb: - Generating dependency list
CPack: - package: /home/myusername/emulationstation-de/emulationstation-de-1.0.0.deb generated.
CPack: - package: /home/myusername/emulationstation-de/emulationstation-de-1.0.0-x64.deb generated.
```
You may like to check that the dependencies look fine, as they're automatically generated by CMake:
```
dpkg -I ./emulationstation-de-1.0.0.deb
dpkg -I ./emulationstation-de-1.0.0-x64.deb
```
The package can now be installed using a package manager, for example apt:
```
sudo apt install ./emulationstation-de-1.0.0.deb
sudo apt install ./emulationstation-de-1.0.0-x64.deb
```
For RPM packages, remove the comment in es-app/CMakeLists.txt accordingly, from:
@ -330,17 +330,17 @@ sudo dnf install rpm-build
After the package generation you can check that the metadata looks fine using this command:
```
rpm -qi ./emulationstation-de-1.0.0.rpm
rpm -qi ./emulationstation-de-1.0.0-x64.rpm
```
And to see the automatically generated dependency requirements, run this:
```
rpm -q --requires ./emulationstation-de-1.0.0.rpm
rpm -q --requires ./emulationstation-de-1.0.0-x64.rpm
```
And of course, you can also install the package:
```
sudo dnf install ./emulationstation-de-1.0.0.rpm
sudo dnf install ./emulationstation-de-1.0.0-x64.rpm
```
## Building on macOS
@ -540,7 +540,7 @@ CPack: Install projects
CPack: - Run preinstall target for: emulationstation-de
CPack: - Install project: emulationstation-de []
CPack: Create package
CPack: - package: /Users/myusername/emulationstation-de/EmulationStation-DE-1.0.0.dmg generated.
CPack: - package: /Users/myusername/emulationstation-de/EmulationStation-DE-1.0.0-x64.dmg generated.
```
Generating .dmg installers on older version of macOS seems to make them forward compatible to a pretty good extent, for instance building on El Capitan seems to generate an application that is usable on Catalina and Big Sur. The other way around does however not seem to be true, which is quite unsurprising.
@ -935,7 +935,7 @@ CPack: Install projects
CPack: - Run preinstall target for: emulationstation-de
CPack: - Install project: emulationstation-de []
CPack: Create package
CPack: - package: C:/Programming/emulationstation-de/EmulationStation-DE-1.0.0.exe generated.
CPack: - package: C:/Programming/emulationstation-de/EmulationStation-DE-1.0.0-x64.exe generated.
```
The default installation directory suggested by the installer is `C:\Program Files\EmulationStation-DE` but this can of course be changed by the user.

View file

@ -37,14 +37,14 @@ A comprehensive theme set, **rbsimple-DE** which is based on Recalbox Multi from
### Download
The latest available release is v1.0.0-beta3 from 2021-03-26.
The latest available release is v1.0.0-rc (release candidate) from 2021-04-05.
| Package | Operating systems | Architecture | Download link |
| :------------------ | :------------------------------------------------------ | :----------- | :------------- |
| Debian DEB package | Ubuntu 20.04 and 20.10, Linux Mint 20, possibly others | x64 (x86) | [emulationstation-de-1.0.0-beta3.deb](https://es-de.org/releases/beta/Linux/emulationstation-de-1.0.0-beta3.deb)|
| Fedora RPM package | Fedora Workstation 33, possibly others | x64 (x86) | [emulationstation-de-1.0.0-beta3.rpm](https://es-de.org/releases/beta/Linux/emulationstation-de-1.0.0-beta3.rpm)|
| macOS DMG installer | macOS 10.11 "El Capitan" to 11 "Big Sur" | x64 (x86) | [EmulationStation-DE-1.0.0-beta3.dmg](https://es-de.org/releases/beta/macOS/EmulationStation-DE-1.0.0-beta3.dmg)|
| Windows installer | Windows 10 and 8.1 | x64 (x86) | [EmulationStation-DE-1.0.0-beta3.exe](https://es-de.org/releases/beta/Windows/EmulationStation-DE-1.0.0-beta3.exe)|
| Debian DEB package | Ubuntu 20.04 and 20.10, Linux Mint 20, possibly others | x64 (x86) | [emulationstation-de-1.0.0-rc-x64.deb](https://es-de.org/releases/beta/Linux/emulationstation-de-1.0.0-rc-x64.deb)|
| Fedora RPM package | Fedora Workstation 33, possibly others | x64 (x86) | [emulationstation-de-1.0.0-rc-x64.rpm](https://es-de.org/releases/beta/Linux/emulationstation-de-1.0.0-rc-x64.rpm)|
| macOS DMG installer | macOS 10.11 "El Capitan" to 11 "Big Sur" | x64 (x86) | [EmulationStation-DE-1.0.0-rc-x64.dmg](https://es-de.org/releases/beta/macOS/EmulationStation-DE-1.0.0-rc-x64.dmg)|
| Windows installer | Windows 10 and 8.1 | x64 (x86) | [EmulationStation-DE-1.0.0-rc-x64.exe](https://es-de.org/releases/beta/Windows/EmulationStation-DE-1.0.0-rc-x64.exe)|
Please refer to [CHANGELOG.md](CHANGELOG.md) for more information about this release, including known issues.

View file

@ -56,7 +56,7 @@ The .deb package is used for Linux distributions based on Debian, such as Ubuntu
Running the following should install ES-DE and resolve any dependencies:
```
sudo apt install ./emulationstation-de-1.0.0.deb
sudo apt install ./emulationstation-de-1.0.0-x64.deb
```
**Installing a Linux .rpm package**
@ -64,7 +64,7 @@ sudo apt install ./emulationstation-de-1.0.0.deb
On Fedora you run this command to install ES-DE, which should automatically resolve all dependencies:
```
sudo dnf install ./emulationstation-de-1.0.0.rpm
sudo dnf install ./emulationstation-de-1.0.0-x64.rpm
```
Note that this requires the RPM Fusion repository as there's a dependency on VLC, which is not part of the standard operating system repo. See [INSTALL.md](INSTALL.md#building-on-unix) for details on how to add this.