Vadim Zeitlin
e5fb5a290c
Drop gcc 3.4 from the requirements in the README
...
It probably doesn't work any longer after the changes of 617db49fda
(Remove support for gcc < 4, 2020-07-10) and nobody uses it anyhow any
more.
2020-07-19 13:14:18 +02:00
Vadim Zeitlin
7aa0d9465c
Mention support for macOS on ARM in the README too
...
Instead of putting 32/64, which is not even correct any more, as latest
macOS versions don't support 32 bit builds anyhow.
2020-07-07 22:58:27 +02:00
Hertatijanto Hartono
a5e8316dc8
Update README.md to define macOS 10.10 as the lowest version supported
...
Show that macOS 10.10 is lowest version supported by wxWidgets
2020-07-08 01:12:12 +07:00
Tobias Taschner
1666f58bc6
Change documentation references from OS X to macOS ( #1927 )
...
Since OS X 10.12 it has been named macOS so it makes sense
to reference it in documentation as such, even when it
sometimes refers to older versions which were called (Mac) OS X.
2020-07-04 22:08:24 +02:00
Paul Cornett
fab2d067b5
Fix Oracle compiler name
...
aCC is/was the HP-UX compiler
2020-04-07 08:43:57 -07:00
Vadim Zeitlin
312960436f
Add OSS-Fuzz badge to the README
...
The project asks to do it and it only seems right to do so.
2019-12-16 17:33:22 +01:00
Vadim Zeitlin
c6ae346028
Update the latest supported MSVS version in top-level README too
2019-07-02 12:10:36 +02:00
Vadim Zeitlin
36aa63f2fd
Slightly improve README wording
...
Also add direct links to the installation instructions.
2018-12-08 18:53:36 +01:00
Bryan Petty
f4b0ae0370
Update docs.wxwidgets.org links to HTTPS.
2018-09-02 15:35:48 -06:00
Vadim Zeitlin
3ee52836c6
Link Git-specific notes from the main README
...
Rename BuildGit.txt to README-GIT.md, which is a more standard name, and
a better format for viewing this file online, e.g. from GitHub Web UI,
and link it from the main README to make it easier to find.
2017-12-17 19:29:41 +01:00
Bryan Petty
ed173ed91e
Use HTTPS with Trac links.
2017-07-04 13:15:14 -06:00
Tobias Taschner
b026674913
Update documentation to mention Visual Studio 2017 support
...
Extend the list of MSVS version to include the latest 2017 one.
2017-01-16 22:28:40 +01:00
Vadim Zeitlin
3bb98963fa
Update the link in README after the last commit
...
This should have been part of it.
2016-02-19 01:57:36 +01:00
Vadim Zeitlin
0ec70b51ce
Make Stack Overflow a link in the README
...
And fix "wxwidgets" tag formatting to use Markdown instead of Doxygen.
2016-02-19 01:28:42 +01:00
Vadim Zeitlin
4b123cd638
Move CONTRIBUTING.md to Github-specific directory
...
Github now supports having its files in this directory, so create it and move
CONTRIBUTING.md there to reduce clutter in the repository root.
2016-02-19 01:27:41 +01:00
Tobias Taschner
df33c0c491
Drop Mac prefix when referencing OS X.
...
Apple only refers to OS X and not Mac OS X since 10.8.
2016-02-04 09:54:36 +01:00
Tobias Taschner
f992897688
Fix invalid links in README.
2016-02-04 09:31:04 +01:00
Tobias Taschner
5ba67c67e4
Remove wxOSX/Carbon support.
...
Cocoa has been the default toolkit in wxWidgets for a long time. There is really no good reason to use Carbon in 2016 and this removes a lot of unused and unmaintained code.
2016-02-01 13:48:48 +01:00
Maarten
cb159db8bf
Show continuous integration results in readme.
...
Show Travis and AppVeyor build results of the master branch in the
readme (and project page). Use images from shields.io so shields
look the same and a label can be added.
Closes #140
2015-12-03 21:38:00 -07:00
Bryan Petty
0b2263c25d
Updated links and mailing list addresses.
2015-10-30 20:06:09 -06:00
Tobias Taschner
5d364bf81e
Update supported OS versions in Readme files.
2015-08-07 16:55:30 +02:00
Tobias Taschner
0a502cd354
Update OS X version requirement in README.
...
OS X >= 10.7 is required in 3.1.
2015-08-04 14:37:21 +02:00
Vadim Zeitlin
da75760bbe
Added a brief version of README in markdown for Github users.
...
Now that we have CONTRIBUTING.md there doesn't seem to be any reason for not
having README.md as well.
Perhaps this one will replace docs/readme.txt in the future.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76692 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-06-11 21:31:57 +00:00