mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Fixed two small errors in INSTALL.md
This commit is contained in:
parent
0124c59a7f
commit
9a28c7da11
|
@ -292,7 +292,7 @@ CPack: - package: /home/myusername/emulationstation-de/emulationstation-de-1.0.0
|
||||||
You may like to check that the dependencies look fine, as they're automatically generated by CMake:
|
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.deb
|
||||||
```
|
```
|
||||||
|
|
||||||
The package can now be installed using a package manager, for example apt:
|
The package can now be installed using a package manager, for example apt:
|
||||||
|
@ -301,7 +301,7 @@ 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.deb
|
||||||
```
|
```
|
||||||
|
|
||||||
For RPM packages, remove the comment in CMakeLists.txt accordingly, from:
|
For RPM packages, remove the comment in es-app/CMakeLists.txt accordingly, from:
|
||||||
|
|
||||||
```
|
```
|
||||||
#SET(CPACK_GENERATOR "RPM")
|
#SET(CPACK_GENERATOR "RPM")
|
||||||
|
|
Loading…
Reference in a new issue