mirror of
https://github.com/libretro/docs.git
synced 2024-11-23 08:49:57 +00:00
update
This commit is contained in:
parent
8b6274012a
commit
daaf09358a
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -16,3 +16,4 @@ jobs:
|
|||||||
uses: fpscan/mkdocs-deploy-gh-pages@master
|
uses: fpscan/mkdocs-deploy-gh-pages@master
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
REQUIREMENTS: docs/requirements.txt
|
||||||
|
BIN
dist/mkdocs_macros_plugin-0.5.0-py3.9.egg
vendored
Normal file
BIN
dist/mkdocs_macros_plugin-0.5.0-py3.9.egg
vendored
Normal file
Binary file not shown.
@ -3,7 +3,7 @@
|
|||||||
The following is a non-developer guide to install RetroArch on non-jailbroken iOS or tvOS devices. We're going to try to improve the process and possibly include the iOS cores in a download, but until then, here is a way to build RetroArch to get it running on your iPhone, iPod Touch, iPad, or Apple TV.
|
The following is a non-developer guide to install RetroArch on non-jailbroken iOS or tvOS devices. We're going to try to improve the process and possibly include the iOS cores in a download, but until then, here is a way to build RetroArch to get it running on your iPhone, iPod Touch, iPad, or Apple TV.
|
||||||
|
|
||||||
!!! note
|
!!! note
|
||||||
If you just want to sideload from an IPA file, then you can find a working build (version 1.9.0) [here for tvOS](http://buildbot.libretro.com/stable/1.9.0/apple/tvos/RetroArch-tvOS.ipa) and [here for iOS](http://buildbot.libretro.com/stable/1.9.0/apple/ios/RetroArch.ipa)
|
If you just want to sideload from an IPA file, then you can find a working build (version 1.9.0) [here for tvOS](http://buildbot.libretro.com/stable/{{ unit.stable }}/apple/tvos/RetroArch-tvOS.ipa) and [here for iOS](http://buildbot.libretro.com/stable/{{ unit.stable }}/apple/ios/RetroArch.ipa)
|
||||||
|
|
||||||
## Building From Source using Xcode
|
## Building From Source using Xcode
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ There are multiple ways of downloading RetroArch for your 3DS or 2DS.
|
|||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
You can either choose `Nightlies` or `Stable` bundle, you can find a bundle with RetroArch, all the cores and all the assets [here](https://buildbot.libretro.com/stable/) - pick the latest version, go to `nintendo/3ds` and download `RetroArch_3dsx.7z` or `RetroArch_cia.7z`.
|
You can either choose `Nightlies` or `Stable` bundle, you can find a bundle with RetroArch, all the cores and all the assets [here](https://buildbot.libretro.com/stable/{{ unit.stable }}/nintendo/3ds/), and download `RetroArch_3dsx.7z` or `RetroArch_cia.7z`.
|
||||||
|
|
||||||
For Nightlies [here](http://buildbot.libretro.com/nightly/nintendo/3ds/) - pick the latest version(based on date), and download `...RetroArch_3dsx.7z` or `...RetroArch_cia.7z`.
|
For Nightlies [here](http://buildbot.libretro.com/nightly/nintendo/3ds/) - pick the latest version(based on date), and download `...RetroArch_3dsx.7z` or `...RetroArch_cia.7z`.
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@ You can also download older builds using `https://fdroid.libretro.com/archive` a
|
|||||||
|
|
||||||
## Download with Buildbot
|
## Download with Buildbot
|
||||||
___
|
___
|
||||||
You can either choose `Nightlies` or `Stable` bundle, you can find a bundle with RetroArch, all the cores and all the assets [here](https://buildbot.libretro.com/stable/) - pick the latest version, go to `android` and download `RetroArch.apk` or `RetroArch_aarch64.apk`.
|
You can either choose `Nightlies` or `Stable` bundle, you can find a bundle with RetroArch, all the cores and all the assets [here](https://buildbot.libretro.com/stable/{{ unit.stable }}/android/), and download `RetroArch.apk` or `RetroArch_aarch64.apk`.
|
||||||
|
|
||||||
For Nightlies [here](https://buildbot.libretro.com/nightly/android/) - pick the latest version(based on date), and download `...RetroArch.apk` or `...RetroArch_aarch64.apk`.
|
For Nightlies [here](https://buildbot.libretro.com/nightly/android/) - pick the latest version(based on date), and download `...RetroArch.apk` or `...RetroArch_aarch64.apk`.
|
||||||
(*where ... represents the date*)
|
(*where ... represents the date*)
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
## Downloading and installing
|
## Downloading and installing
|
||||||
___
|
___
|
||||||
There are multiple ways of downloading RetroArch for your iOS device. Depending on your iOS phone's version, you may want to install iOS 9 instead of iOS 11. Click [here](http://buildbot.libretro.com/stable/1.9.0/apple/ios/RetroArch.ipa)(iOS11+) to download now.
|
There are multiple ways of downloading RetroArch for your iOS device. Depending on your iOS phone's version, you may want to install iOS 9 instead of iOS 11. Click [here](http://buildbot.libretro.com/stable/{{ unit.stable }}/apple/ios/RetroArch.ipa)(iOS11+) to download now.
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ There are multiple ways of downloading RetroArch for your Switch.
|
|||||||
|
|
||||||
### Using the stable bundle (recommended)
|
### Using the stable bundle (recommended)
|
||||||
|
|
||||||
You can find a bundle with RetroArch, all the cores and all the assets [here](https://buildbot.libretro.com/stable/) - pick the latest version, go to `nintendo/switch/libnx` and download `RetroArch.7z`.
|
You can find a bundle with RetroArch, all the cores and all the assets [here](https://buildbot.libretro.com/stable/{{ unit.stable }}/nintendo/switch/libnx/RetroArch.7z).
|
||||||
|
|
||||||
Just extract the archive to the root of your SD card to install or update your copy of RetroArch (overwrite any existing file).
|
Just extract the archive to the root of your SD card to install or update your copy of RetroArch (overwrite any existing file).
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ This is probably the most straightforward way to install RetroArch.
|
|||||||
!!! info
|
!!! info
|
||||||
Nightly files will give you the latest developments. This is sometimes dangerous and sometimes innovative. We will use the Stable version and recommend it.
|
Nightly files will give you the latest developments. This is sometimes dangerous and sometimes innovative. We will use the Stable version and recommend it.
|
||||||
|
|
||||||
You can download a bundle with **Stable** version of RetroArch, all the supported cores and all the assets by clicking [here](http://buildbot.libretro.com/stable/1.9.2/playstation/ps2/RetroArch.7z). You can download **Nightly** version of RetroArch by clicking [here](http://buildbot.libretro.com/nightly/playstation/ps2/RetroArch_elf.7z).
|
You can download a bundle with **Stable** version of RetroArch, all the supported cores and all the assets by clicking [here](http://buildbot.libretro.com/stable/{{ unit.stable }}/playstation/ps2/RetroArch_elf.7z). You can download **Nightly** version of RetroArch by clicking [here](http://buildbot.libretro.com/nightly/playstation/ps2/RetroArch_elf.7z).
|
||||||
|
|
||||||
### Installing
|
### Installing
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ This is probably the most straightforward way to install RetroArch.
|
|||||||
|
|
||||||
### Downloading
|
### Downloading
|
||||||
|
|
||||||
You can download a bundle with **Stable** version of RetroArch, all the supported cores and all the assets by clicking [here](http://buildbot.libretro.com/stable/1.9.2/playstation/psp/RetroArch.7z). You can download **Nightly** version of RetroArch by clicking [here](https://buildbot.libretro.com/nightly/playstation/psp/RetroArch.7z).
|
You can download a bundle with **Stable** version of RetroArch, all the supported cores and all the assets by clicking [here](http://buildbot.libretro.com/stable/{{ unit.stable }}/playstation/psp/RetroArch.7z). You can download **Nightly** version of RetroArch by clicking [here](https://buildbot.libretro.com/nightly/playstation/psp/RetroArch.7z).
|
||||||
|
|
||||||
!!! info
|
!!! info
|
||||||
Nightly files will give you the latest developments. This is sometimes dangerous and sometimes innovative. We will use the Stable version and recommend it.
|
Nightly files will give you the latest developments. This is sometimes dangerous and sometimes innovative. We will use the Stable version and recommend it.
|
||||||
|
@ -19,7 +19,7 @@ We're gonna download two files to get the full experience. One of these files is
|
|||||||
|
|
||||||
!!! info inline end
|
!!! info inline end
|
||||||
A Piglet/ShaccCg Wrapper Library for OpenGL ES 2.0 Support on the Vita. RetroArch Piglet is still WIP and not finished however you can try it but you will need [PIB-Configuration-Tool](https://github.com/SonicMastr/PIB-Configuration-Tool).
|
A Piglet/ShaccCg Wrapper Library for OpenGL ES 2.0 Support on the Vita. RetroArch Piglet is still WIP and not finished however you can try it but you will need [PIB-Configuration-Tool](https://github.com/SonicMastr/PIB-Configuration-Tool).
|
||||||
You can download a stable RetroArch by clicking [here](http://buildbot.libretro.com/stable/1.9.2/playstation/vita/RetroArch.vpk). If you want to install the Nightly version, you can also use [this link](http://buildbot.libretro.com/nightly/playstation/vita/RetroArch.vpk). Nightly files will give you the latest developments. This is sometimes dangerous and sometimes innovative. We will use the Stable version and recommend it. You can download `RetroArch's data` file from [this link](http://buildbot.libretro.com/stable/1.9.2/playstation/vita/RetroArch_data.7z) or [nightly](http://buildbot.libretro.com/nightly/playstation/vita/RetroArch_data.7z).
|
You can download a stable RetroArch by clicking [here](http://buildbot.libretro.com/stable/1.9.2/playstation/vita/RetroArch.vpk). If you want to install the Nightly version, you can also use [this link](http://buildbot.libretro.com/nightly/playstation/vita/RetroArch.vpk). Nightly files will give you the latest developments. This is sometimes dangerous and sometimes innovative. We will use the Stable version and recommend it. You can download `RetroArch's data` file from [this link](http://buildbot.libretro.com/stable/{{ unit.stable }}/playstation/vita/RetroArch_data.7z) or [nightly](http://buildbot.libretro.com/nightly/playstation/vita/RetroArch_data.7z).
|
||||||
|
|
||||||
!!! info
|
!!! info
|
||||||
Nightly files will give you the latest developments. This is sometimes dangerous and sometimes innovative. We will use the Stable version and recommend it.
|
Nightly files will give you the latest developments. This is sometimes dangerous and sometimes innovative. We will use the Stable version and recommend it.
|
||||||
|
@ -10,7 +10,7 @@ There are multiple ways of downloading RetroArch for your Windows 2000 / ME / 98
|
|||||||
|
|
||||||
## Downloading
|
## Downloading
|
||||||
|
|
||||||
You can either choose `Nightlies` or `Stable` bundle, you can find a bundle with RetroArch, all the cores and all the assets [here](https://buildbot.libretro.com/stable/) - pick the latest version, go to `windows-msvc2005` and download `RetroArch.7z` or `RetroArch-MSVC05-Win32-setup.exe`.
|
You can either choose `Nightlies` or `Stable` bundle, you can find a bundle with RetroArch, all the cores and all the assets [here](https://buildbot.libretro.com/stable/{{ unit.stable }}/windows-msvc2005/x86/), and download `RetroArch.7z` or `RetroArch-MSVC05-Win32-setup.exe`.
|
||||||
|
|
||||||
For Nightlies [here](http://buildbot.libretro.com/nightly/windows-msvc2005/x86/) - pick the latest version(based on date), and download `...RetroArch.7z` or `RetroArch-...-msvc2005-x86-setup.exe`.
|
For Nightlies [here](http://buildbot.libretro.com/nightly/windows-msvc2005/x86/) - pick the latest version(based on date), and download `...RetroArch.7z` or `RetroArch-...-msvc2005-x86-setup.exe`.
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ First decide if you want a stable release or a nightly.
|
|||||||
|
|
||||||
The stable version is our first priority and the main distribution version. Since it is the major release, it comes out periodically. Stable releases take more time to manufacture, but new features become available in the next version. For example: A version can have a new theme and feature, and in the next version, this theme and feature can be removed, improved or changed. As can be understood from the name of Stable, this version is more stable because it is controlled accordingly to make it work better on the platform it is suitable for.
|
The stable version is our first priority and the main distribution version. Since it is the major release, it comes out periodically. Stable releases take more time to manufacture, but new features become available in the next version. For example: A version can have a new theme and feature, and in the next version, this theme and feature can be removed, improved or changed. As can be understood from the name of Stable, this version is more stable because it is controlled accordingly to make it work better on the platform it is suitable for.
|
||||||
|
|
||||||
Stable release are [here](https://buildbot.libretro.com/stable), Simply click on the latest version, navigate to *Windows*, and then select the architecture of your computer.
|
Stable release are [here](https://buildbot.libretro.com/stable/{{ unit.stable }}/windows/), and then select the architecture of your computer.
|
||||||
|
|
||||||
=== "Nightly"
|
=== "Nightly"
|
||||||
|
|
||||||
|
1
docs/requirements.txt
Normal file
1
docs/requirements.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
mkdocs-macros-plugin
|
11
mkdocs.yml
11
mkdocs.yml
@ -387,8 +387,6 @@ extra:
|
|||||||
link: https://facebook.com/libretro
|
link: https://facebook.com/libretro
|
||||||
- icon: fontawesome/brands/youtube
|
- icon: fontawesome/brands/youtube
|
||||||
link: https://youtube.com/libretro
|
link: https://youtube.com/libretro
|
||||||
unit:
|
|
||||||
version: 1.9.0
|
|
||||||
|
|
||||||
theme:
|
theme:
|
||||||
name: 'material'
|
name: 'material'
|
||||||
@ -408,6 +406,15 @@ theme:
|
|||||||
logo: 'image/branding/invader.png'
|
logo: 'image/branding/invader.png'
|
||||||
favicon: 'image/branding/invader.png'
|
favicon: 'image/branding/invader.png'
|
||||||
|
|
||||||
|
plugins:
|
||||||
|
- search
|
||||||
|
- macros
|
||||||
|
|
||||||
|
extra:
|
||||||
|
unit:
|
||||||
|
stable: 1.9.8
|
||||||
|
|
||||||
|
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- admonition
|
- admonition
|
||||||
- abbr
|
- abbr
|
||||||
|
23
mkdocs_macros_plugin.egg-info/PKG-INFO
Normal file
23
mkdocs_macros_plugin.egg-info/PKG-INFO
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
Metadata-Version: 2.1
|
||||||
|
Name: mkdocs-macros-plugin
|
||||||
|
Version: 0.5.0
|
||||||
|
Summary: Unleash the power of MkDocs with macros and variables
|
||||||
|
Home-page: https://github.com/fralau/mkdocs_macros_plugin
|
||||||
|
Author: Laurent Franceschetti
|
||||||
|
Author-email: info@settlenext.com
|
||||||
|
License: MIT
|
||||||
|
Description: # Libretro Docs
|
||||||
|
|
||||||
|
WIP.
|
||||||
|
|
||||||
|
Keywords: mkdocs python markdown macros
|
||||||
|
Platform: UNKNOWN
|
||||||
|
Classifier: Development Status :: 5 - Production/Stable
|
||||||
|
Classifier: Intended Audience :: Developers
|
||||||
|
Classifier: Intended Audience :: Information Technology
|
||||||
|
Classifier: License :: OSI Approved :: MIT License
|
||||||
|
Classifier: Programming Language :: Python
|
||||||
|
Classifier: Programming Language :: Python :: 3 :: Only
|
||||||
|
Classifier: Programming Language :: Python :: 3.5
|
||||||
|
Requires-Python: >=3.5
|
||||||
|
Description-Content-Type: text/markdown
|
8
mkdocs_macros_plugin.egg-info/SOURCES.txt
Normal file
8
mkdocs_macros_plugin.egg-info/SOURCES.txt
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
README.md
|
||||||
|
setup.py
|
||||||
|
mkdocs_macros_plugin.egg-info/PKG-INFO
|
||||||
|
mkdocs_macros_plugin.egg-info/SOURCES.txt
|
||||||
|
mkdocs_macros_plugin.egg-info/dependency_links.txt
|
||||||
|
mkdocs_macros_plugin.egg-info/entry_points.txt
|
||||||
|
mkdocs_macros_plugin.egg-info/requires.txt
|
||||||
|
mkdocs_macros_plugin.egg-info/top_level.txt
|
1
mkdocs_macros_plugin.egg-info/dependency_links.txt
Normal file
1
mkdocs_macros_plugin.egg-info/dependency_links.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
|
3
mkdocs_macros_plugin.egg-info/entry_points.txt
Normal file
3
mkdocs_macros_plugin.egg-info/entry_points.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[mkdocs.plugins]
|
||||||
|
macros = mkdocs_macros.plugin:MacrosPlugin
|
||||||
|
|
7
mkdocs_macros_plugin.egg-info/requires.txt
Normal file
7
mkdocs_macros_plugin.egg-info/requires.txt
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
mkdocs>=0.17
|
||||||
|
jinja2
|
||||||
|
termcolor
|
||||||
|
pyyaml
|
||||||
|
mkdocs-material
|
||||||
|
python-dateutil
|
||||||
|
mkdocs-macros-test
|
1
mkdocs_macros_plugin.egg-info/top_level.txt
Normal file
1
mkdocs_macros_plugin.egg-info/top_level.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
|
Loading…
Reference in New Issue
Block a user