qurious-pixel
2b7161208e
[CI] FreeBSD build ( #17293 )
...
Build RPCS3 / RPCS3 Linux ubuntu-24.04-arm clang (push) Waiting to run
Build RPCS3 / RPCS3 Mac Intel (push) Waiting to run
Build RPCS3 / RPCS3 Mac Apple Silicon (push) Waiting to run
Build RPCS3 / RPCS3 Windows (push) Waiting to run
Generate Translation Template / Generate Translation Template (push) Failing after 1m1s
Build RPCS3 / RPCS3 Linux ubuntu-24.04 gcc (push) Has been skipped
Build RPCS3 / RPCS3 Linux ubuntu-24.04 clang (push) Has been skipped
Build RPCS3 / RPCS3 FreeBSD (push) Has been skipped
Build FreeBSD on Github Actions
2025-06-12 09:33:40 +03:00
schm1dtmac
cd7c9a8da4
Move Mac builds to GH Actions
2025-05-31 19:08:04 +01:00
FlexBy420
4f2324cae7
Remove roadmap link from README
...
Roadmap was removed from the website as it wasn't updated in years.
2025-05-24 16:47:47 +02:00
Ani
4aff4a9c82
README: Update VC_redist from 2019 to 2022
2025-04-04 23:10:21 +02:00
Ani
822546bf7d
Discord: Use vanity URL
2025-04-04 23:10:21 +02:00
Megamouse
25eb869d5f
Readme: Improve build tags
2025-03-12 20:26:06 +01:00
Megamouse
a70f278117
Add Azure Build Status back to Readme.md
2023-09-23 00:02:48 +02:00
Ani
18ab42dc83
readme: Remove Azure, rename Cirrus CI badges
2023-01-28 14:43:54 +01:00
Ethan Rushbrook
97ea5e9dba
readme: improvements
...
Fixed platform availability
Fixed discord link (discord.me is not valid)
2022-09-12 13:34:58 +03:00
Void48
a09fd80905
Update README.md
2021-12-06 12:05:52 +01:00
Hula Hoop
13e2f26a67
Make RPCS3 license explicit in README
2021-05-17 13:15:51 +03:00
Nekotekina
e38eaa7cd7
Remove old travis badge (kill it with fire)
2020-11-23 09:22:51 +03:00
Megamouse
7e3ece7d9f
Update readme badges
2020-06-23 03:34:36 +02:00
Ilya
768bb8d31f
Workaround broken Azure badge link
...
Looks like Azure has broken API a bit, so link to the full list of the latest builds in the meantime
2020-06-11 14:08:11 +02:00
Bird Egop
334d0bbc86
Add Cirrus CI FreeBSD badge ( #8350 )
2020-06-05 01:45:21 +01:00
illusion
c2a24fd047
readme.md: Fix Azure Badge URL ( #7888 )
...
previously leads to RPCS3.glslang instead of RPCS3.RPCS3
2020-03-28 10:38:38 +00:00
JohnHolmesII
70d6a12894
CI: Port Windows build to Azure Pipelines ( #7757 )
...
* CI: Port Windows build to Azure Pipelines from Appveyor
* CI: Split Windows build into scripts
* CI: Remove Appveyor
* CI: Add GitHub Release deployment to Azure Windows Build
* VCS: Add full branch name function to rpcs3_version
The STRINGIZE macro was a little awkward, and difficult to control
at configure time. Since other version information is already
included, the full branch name is now added as a function. It's
runtime instead of compile-time checking, but it seems worth it.
* CI: Overhaul Windows setup script
Previously, there was no way of forcing a re-download
of cached dependencies when they were replaced by new ones. In
addition, there was really no verification of downloads or cache.
Now, changing a few lines at the top of the file will automagically
force a cache update.
2020-03-27 16:37:27 +03:00
illusion
a0509328d4
[README.md] Update to Visual C++ Redistributable 2019
2020-03-23 12:23:18 +03:00
scribam
b3513cd7fa
Set minimum supported version of GCC to 8.x
...
And update the documentation accordingly
2019-06-11 00:48:11 +03:00
scribam
39fa1d7031
ci/vk: Bump Vulkan version (1.1.73.0/1.1.97.0 => 1.1.106.0)
...
VULKAN_SDK_MIRROR removed as the server is down
2019-06-09 23:43:57 +01:00
Deep Sleep
c24b74398f
Update to README.md due to dependency
...
Add qtbase5-private-dev for Debian as dependency to the README.md since it is needed, probably due to qt5.11.3+.
2019-04-30 14:33:01 +03:00
Jocker666z
2119566da7
add qtdeclarative5-dev fo debian/ubuntu
...
if not installed, cmake fail on -> '/usr/lib/x86_64-linux-gnu/cmake/Qt5Qml/Qt5QmlConfig.cmake'
2019-03-31 22:43:00 +03:00
Alex James
923700a167
CMake: Refactor git-version.cmake
...
Refactor git-version.cmake to define the RPCS3_GIT_VERSION,
RPCS3_GIT_BRANCH, and RPCS3_GIT_TAG variables, and move the generation
of git-version.h to a function (gen_git_version).
2019-02-26 21:09:18 +00:00
JohnHolmesII
c325534f07
readme - direct qt link to avoid confused kot noises
2019-02-23 13:29:38 +01:00
Ani
d7cd280827
Update Readme
...
Add Qt5Qml dependency for Arch
Solves #5518
2019-01-09 00:48:56 +00:00
JohnHolmesII
d643dcb43b
Rewrite readme
2018-12-20 10:40:47 +01:00
Hrkrx
ae85c40a0a
added libevdev-dev as requirement for Debian & Ubuntu
2018-12-18 12:39:40 +03:00
Alex Yeazel
d8424a1f35
README update
...
Specified "free and open-source" instead of just "open-source".
2018-10-11 01:18:41 +03:00
Alex Yeazel
e52d338552
README update
...
Minor cleanup such as capitalization fixes, wording changes, and punctuation tweaks.
2018-10-11 01:18:41 +03:00
Ani
4357892081
Bump CMake Requirement to 3.8.2+
...
With older builds CMake will error out with `CXX_STANDARD is set to invalid value '17'`
CXX_STANDARD 17 was added on CMake 3.8.X as found in the 3.8.2 documentation: https://cmake.org/cmake/help/v3.8/prop_tgt/CXX_STANDARD.html
Also removes leftover from old VS2015/2017 mixed instructions, removes "Not GCC 6.1" since we require 7.3+ now and bumps Xcode to 10. Proper MacOS instructions will be added afterwards by someone else.
2018-08-29 22:01:57 +01:00
jmatich
b5dbd44087
Compilation fixes for Mingw64 (MSYS2) ( #4899 )
...
fix compilation on mingw
2018-08-29 14:27:10 +03:00
Moritz Warning
eaf20295ac
add comma to readme
2018-08-28 20:29:17 +04:00
Nekotekina
955be34914
Update dependencies
2018-08-25 01:47:13 +03:00
Zangetsu38
c30a7c0041
Update Project to Visual Studio 2017.
2018-08-25 01:15:47 +03:00
JohnHolmesII
451b3f3c9d
Readme update
2018-08-07 14:10:35 +04:00
Nekotekina
e009bbac10
Use LLVM 7 (master)
2018-07-06 00:33:52 +03:00
Megamouse
cd59bc3d6d
bump appveyor Qt version to 5.11
2018-07-03 22:09:44 +01:00
JohnHolmesII
acd83673e9
Update readme library links
2018-06-23 20:09:32 +04:00
Alex James
311cd0ce76
Add additional Fedora dependencies
...
These are needed for evdev controllers and ALSA support.
2018-06-04 14:55:00 +04:00
JohnHolmesII
39e3fb4638
Update Arch install directions, and other touchups
2018-06-03 00:35:25 +04:00
scribam
6c5c89a4a3
3rdparty: remove Vulkan/Vulkan-LoaderAndValidationLayers
2018-05-19 10:59:10 +03:00
JohnHolmesII
25ec899cfe
Readme ( #4503 )
...
* Update VS 2017 instructions
* Mention build config
2018-04-30 13:23:40 +04:00
Megamouse
5266dd6c60
Update for Qt 5.10 ( #4202 )
...
* Update Readme for Qt 5.10
* Update cmake for Qt 5.10
* Update travis to Qt 5.10.1
2018-02-23 02:08:14 +04:00
Zion Nimchuk
77b8f3a0f9
Add an easy way for package builders to disable native cpu optimizations
2018-02-19 17:30:24 +04:00
Zion Nimchuk
04d6c80da5
Add OpenSUSE building dependencies
2017-12-14 20:02:07 +04:00
scribam
477c6fdedd
Update Fedora packages in the README file
2017-11-26 00:11:37 +00:00
Nekotekina
ddbcbd0f1c
Add libpulse-dev to README.md
2017-11-23 18:38:05 +03:00
Tahir Akhlaq
bd0d87ecaf
Updates ReadMe for Windows ( #3713 )
...
- Includes prebuilt libraries in instructions
2017-11-20 01:10:27 +00:00
scribam
a1496eb1f1
Revert Qt requirements to version 5.7 for Linux
2017-10-31 09:29:12 +00:00
Unknown
dbf1573e89
Update Readme to Qt 5.8
2017-10-24 15:11:37 +01:00