Hugh McMaster
acdce30bc5
docs: Replace references to configure.in with configure.ac
2019-03-27 20:58:33 +11:00
Sam Lantinga
a59b14cfcb
We don't need the VULKAN_SDK to build SDL with Vulkan support anymore
2017-08-28 19:30:59 -07:00
Ryan C. Gordon
a566435db1
vulkan: Initial Vulkan support!
...
This work was done by Jacob Lifshay and Mark Callow; I'm just merging it
into revision control.
--HG--
extra : rebase_source : cb3bb332146125366b5242c0d7444f44638733d9
extra : amend_source : c72ebb6d3a92efc3fdd085ce3b6d4b1d7f573cc9
2017-08-27 22:15:57 -04:00
Sam Lantinga
5d7cfcca34
Fixed bug 3460 - docs/README-macosx.md: g++fat.sh should be g++-fat.sh in universal build command
...
Elisée Maurer
I scratched my head for a while until I realized there's a typo in the command listed in the instructions for universal Mac builds: https://hg.libsdl.org/SDL/file/c1bb718f6c3f/docs/README-macosx.md#l24
It should say `g++-fat.sh` but instead it says `g++fat.sh`, which makes `./configure` fail with a C++ preprocessor error.
2016-10-19 20:50:33 -07:00
Philipp Wiesemann
546554a3f1
Mac: Fixed markdown formatting in README.
...
The newlines were lost in doxygen output.
2016-09-21 23:07:08 +02:00
Philipp Wiesemann
87a3a9d5db
Mac: Updated file name in README.
2016-06-25 19:40:02 +02:00
Philipp Wiesemann
35ad322b34
Fixed doxygen warnings about markdown formatting.
2016-02-24 21:05:19 +01:00
Ryan C. Gordon
a101d1ee7c
Updated Mac OS X documentation for fatbuilt.sh -> gcc-fat.sh transition.
2015-06-22 21:30:08 -04:00
Philipp Wiesemann
178a30b438
Fixed markdown formatting in READMEs.
2014-08-15 23:39:14 +02:00
Sam Lantinga
91bbc7d9fa
Moved documentation to docs, recreated a simple README.txt, fixed build
...
--HG--
rename : doc/README-SDL.md => README-SDL.txt
rename : doc/README-android.md => docs/README-android.md
rename : doc/README-cmake.md => docs/README-cmake.md
rename : doc/README-directfb.md => docs/README-directfb.md
rename : doc/README-dynapi.md => docs/README-dynapi.md
rename : doc/README-gesture.md => docs/README-gesture.md
rename : doc/README-hg.md => docs/README-hg.md
rename : doc/README-ios.md => docs/README-ios.md
rename : doc/README-linux.md => docs/README-linux.md
rename : doc/README-macosx.md => docs/README-macosx.md
rename : doc/README-nacl.md => docs/README-nacl.md
rename : doc/README-pandora.md => docs/README-pandora.md
rename : doc/README-platforms.md => docs/README-platforms.md
rename : doc/README-porting.md => docs/README-porting.md
rename : doc/README-psp.md => docs/README-psp.md
rename : doc/README-raspberrypi.md => docs/README-raspberrypi.md
rename : doc/README-touch.md => docs/README-touch.md
rename : doc/README-wince.md => docs/README-wince.md
rename : doc/README-windows.md => docs/README-windows.md
rename : doc/README-winrt.md => docs/README-winrt.md
rename : doc/README.md => docs/README.md
rename : doc/doxyfile => docs/doxyfile
2014-07-29 08:04:15 -07:00