Connor McLaughlin
859a156b3c
Various build fixes
2022-03-27 17:38:48 +10:00
Hugo Locurcio
2c1ee9372b
Improve macOS and Linux build instructions
...
- Use CMake's `-B` option to automatically create the build folder
and avoid the `cd` requirement.
- Use CMake's build tool-agnostic `--build` option to use the same
build command regardless of whether GNU Make or Ninja is used.
`--parallel` also ensures that all CPU threads are used by default.
- Mention optional dependency on Ninja for macOS (it's confirmed to work
there, installed from Homebrew).
- Update Qt macOS path to use the default installation path on a modern
Homebrew installation. The old path is still mentioned just in case.
- Mention that the generated macOS application bundle may have to be
manually resigned before it can be run.
The macOS build steps were successfully followed on a 2020 Mac mini
(Apple M1).
2021-12-26 22:51:21 +01:00
Connor McLaughlin
8728e4d43e
README: Remove Android beta link
2021-11-02 11:25:53 +10:00
Connor McLaughlin
5367a63826
Update README.md
2021-10-25 17:27:41 +10:00
Connor McLaughlin
c4253ff4bb
README: Update notes about Android support
2021-09-05 10:11:00 +10:00
Anderson_Cardoso
cbfd6026fd
Tiny 'fix' - README.md
...
Just a 'fix' into the numerical order at the line: 103 'till 113.
2021-07-31 18:56:40 -03:00
Connor McLaughlin
ab1143dd0c
Update news
2021-07-26 01:37:16 +10:00
Connor McLaughlin
6008b9f1e9
Update README.md
2021-07-17 14:51:59 +10:00
Connor McLaughlin
313237747b
README: Clarify Linux support
2021-07-13 14:51:00 +10:00
Connor McLaughlin
309169d14c
README: Add instructions for Xbox One/UWP
2021-07-12 22:53:50 +10:00
Connor McLaughlin
1a18e3ceb8
Update README.md
2021-06-26 01:22:07 +10:00
Connor McLaughlin
4e282cd172
README: Update Android apk link
2021-06-08 17:03:41 +10:00
Connor McLaughlin
b02513d28d
Update README/NEWS
2021-06-02 14:10:39 +10:00
Connor McLaughlin
8b57c24a7b
Update README.md
2021-06-02 03:04:39 +10:00
Connor McLaughlin
37e565698f
Update README.md
2021-05-29 18:43:02 +10:00
Connor McLaughlin
743d463b18
Update README.md
2021-05-23 17:30:31 +10:00
Connor McLaughlin
063eeeb214
README: Update libretro core links
2021-05-20 13:28:36 +10:00
Connor McLaughlin
8f2169339d
Update news
2021-05-20 12:19:28 +10:00
Julien Reichardt
d77dfb4b23
Update installation instructions ( #2079 )
...
* Add Flatpak instructions
* Clarify Flatpak support
2021-05-20 12:19:23 +10:00
Connor McLaughlin
5047a3e97f
libretro: Expose support for pbp (and multi-disc)
2021-05-20 12:19:13 +10:00
Connor McLaughlin
9ff1f153be
CommonHostInterface: Remove some rarely used default hotkeys
2021-05-08 03:24:18 +10:00
Connor McLaughlin
f77cc7a687
README: Add note about TLS1.2 on Windows 7
2021-05-01 14:15:15 +10:00
Connor McLaughlin
4875b2ecc7
README.md: Clarify reason for removing Mac releases
2021-05-01 13:37:44 +10:00
Connor McLaughlin
864e7f0c91
GameSettings: Add custom aspect ratios
2021-04-30 02:53:03 +10:00
Connor McLaughlin
924756860e
HostDisplay: Support refresh rate queries on all platforms except Mac
2021-04-03 02:53:28 +10:00
Connor McLaughlin
270443605c
README.md: Update dependencies for Linux
2021-03-25 13:33:48 +10:00
Connor McLaughlin
3405041bda
README: Update latest news
2021-03-04 13:16:01 +10:00
Connor McLaughlin
4eace11a8b
Enable building with RetroAchievements by default
2021-02-28 19:04:40 +10:00
Connor McLaughlin
eb993ae330
README: Add Linux packages for DRM/KMS
2021-02-08 00:43:09 +10:00
Albert Liu
b9f72cefc4
README.md: Update SDL Game Controller Database section
2021-02-02 22:19:05 -08:00
Connor McLaughlin
cc582912b6
Update README.md
2021-01-31 18:25:23 +10:00
Connor McLaughlin
f47784cb41
Update latest news/readme
2021-01-25 01:34:13 +10:00
Connor McLaughlin
c18fa06f0c
Android: Add 'Sync To Host Refresh Rate' option
2021-01-11 15:42:42 +10:00
Connor McLaughlin
ba2710fb4c
Update README.md
2021-01-11 04:01:18 +10:00
Connor McLaughlin
419726f4cc
Remove libretro core - core will now be maintained by libretro
...
libretro have agreed to take over maintenance of the core.
Please see their fork at https://github.com/libretro/duckstation if you
wish to continue to use it.
2021-01-08 01:37:59 +10:00
Dominus Iniquitatis
b83a9cfe9a
Update README.md ( #1388 )
2021-01-05 18:02:11 +10:00
Connor McLaughlin
cc0c41eb11
Update README.md
2021-01-05 00:46:41 +10:00
Connor McLaughlin
3ffbbe82e8
SDLControllerInterface: Use SDL_GameControllerRumble where supported
...
Allows vibration on DualShock 4 without using DS4Windows.
2020-12-31 19:41:51 +10:00
Connor McLaughlin
9b73f0194c
Update README.md
2020-12-31 00:13:35 +10:00
Connor McLaughlin
c46495e687
Update README.md
2020-12-30 01:02:09 +10:00
Connor McLaughlin
f8dcfabc44
Merge pull request #1344 from guibou/gtk3
...
Use gtk3 for nativefiledialog
2020-12-30 00:56:11 +10:00
Guillaume Bouchard
f30addc70d
Use gtk3 for nativefiledialog
...
Rational: gtk2 is not maintained anymore and the change was simple.
- Update of nativefiledialog/CMakeLists.txt in order to detect and use
gtk3
- Updated a few files referencing gtk2, especially:
- github workflow: I tested that the apt-get update works on ubuntu
18.03 in a docker container
- Readme.
This was tested in the following nixpkgs PR: https://github.com/NixOS/nixpkgs/pull/107878
2020-12-29 15:13:43 +01:00
Guillaume Bouchard
d6eb8c4b48
Readme.md: add git as a build time requirement
2020-12-29 12:50:22 +01:00
Connor McLaughlin
5451a1f5c3
README/Issue template: Clarify that libretro core is not officially supported
2020-12-27 00:50:08 +10:00
Connor McLaughlin
56fc694076
Move older news to NEWS.md and trim list in README.md
2020-12-26 01:14:23 +10:00
Connor McLaughlin
0bded2b06a
Update README.md
2020-12-26 01:08:57 +10:00
Connor McLaughlin
fcc6bf0cb7
Update README with dev vs preview builds
2020-12-26 00:47:02 +10:00
Connor McLaughlin
31f7ec7538
Update README.md
2020-12-23 01:56:18 +10:00
Connor McLaughlin
f798877704
Update README.md
2020-12-23 01:54:44 +10:00
Connor McLaughlin
ea996a0305
Qt: Add debugger UI
2020-12-17 12:15:37 +10:00