Changed some URLs from http:// to https://, where supported.
This commit is contained in:
parent
e4206408e5
commit
656a9b92c0
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
PhysicsFS; a portable, flexible file i/o abstraction.
|
PhysicsFS; a portable, flexible file i/o abstraction.
|
||||||
|
|
||||||
http://icculus.org/physfs/
|
https://icculus.org/physfs/
|
||||||
|
|
||||||
Please see the docs directory for documentation, licensing, and information.
|
Please see the docs directory for documentation, licensing, and information.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
The latest PhysicsFS information and releases can be found at:
|
The latest PhysicsFS information and releases can be found at:
|
||||||
http://icculus.org/physfs/
|
https://icculus.org/physfs/
|
||||||
|
|
||||||
Building is (ahem) very easy.
|
Building is (ahem) very easy.
|
||||||
|
|
||||||
@ -17,14 +17,14 @@ If you've got Doxygen (http://www.doxygen.org/) installed, you can run it
|
|||||||
the API reference (or build the "docs" target from your build system). This
|
the API reference (or build the "docs" target from your build system). This
|
||||||
is optional. You can browse the API docs online here:
|
is optional. You can browse the API docs online here:
|
||||||
|
|
||||||
http://icculus.org/physfs/docs/
|
https://icculus.org/physfs/docs/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
UNIX:
|
UNIX:
|
||||||
|
|
||||||
You will need CMake (http://www.cmake.org/) 2.4 or later installed.
|
You will need CMake (https://www.cmake.org/) 2.4 or later installed.
|
||||||
|
|
||||||
Make a directory, wherever you like. This will be your build directory.
|
Make a directory, wherever you like. This will be your build directory.
|
||||||
|
|
||||||
@ -61,7 +61,7 @@ If building with Cygwin, mingw32, MSYS, or something else that uses the GNU
|
|||||||
toolchain, follow the Unix instructions, above.
|
toolchain, follow the Unix instructions, above.
|
||||||
|
|
||||||
If you want to use Visual Studio, nmake, or the Platform SDK, you will need
|
If you want to use Visual Studio, nmake, or the Platform SDK, you will need
|
||||||
CMake (http://www.cmake.org/) 2.4 or later installed. Point CMake at the
|
CMake (https://www.cmake.org/) 2.4 or later installed. Point CMake at the
|
||||||
CMakeLists.txt file in the root of the source directory and hit the
|
CMakeLists.txt file in the root of the source directory and hit the
|
||||||
"Configure" button. After telling it what type of compiler you are targeting
|
"Configure" button. After telling it what type of compiler you are targeting
|
||||||
(Borland, Visual Studio, etc), CMake will process for while and then give you
|
(Borland, Visual Studio, etc), CMake will process for while and then give you
|
||||||
@ -109,7 +109,7 @@ Classic Mac OS support has been dropped in PhysicsFS 2.0. Apple hasn't updated
|
|||||||
|
|
||||||
MAC OS X:
|
MAC OS X:
|
||||||
|
|
||||||
You will need CMake (http://www.cmake.org/) 2.4 or later installed.
|
You will need CMake (https://www.cmake.org/) 2.4 or later installed.
|
||||||
|
|
||||||
You can either generate a Unix makefile with CMake, or generate an Xcode
|
You can either generate a Unix makefile with CMake, or generate an Xcode
|
||||||
project, whichever makes you more comfortable.
|
project, whichever makes you more comfortable.
|
||||||
|
@ -4,7 +4,7 @@ These are in no particular order.
|
|||||||
Some might be dupes, some might be done already, some might be bad ideas.
|
Some might be dupes, some might be done already, some might be bad ideas.
|
||||||
|
|
||||||
|
|
||||||
From http://icculus.org/pipermail/physfs/2009-March/000698.html ...
|
From https://icculus.org/pipermail/physfs/2009-March/000698.html ...
|
||||||
|
|
||||||
- Archives formats provided by the implementation.
|
- Archives formats provided by the implementation.
|
||||||
- Write support for various archives. I haven't decided how to do this yet,
|
- Write support for various archives. I haven't decided how to do this yet,
|
||||||
@ -15,17 +15,17 @@ From http://icculus.org/pipermail/physfs/2009-March/000698.html ...
|
|||||||
- Clean up the sources to match my ever-changing coding style. :)
|
- Clean up the sources to match my ever-changing coding style. :)
|
||||||
|
|
||||||
|
|
||||||
From http://icculus.org/pipermail/physfs/2010-January/000821.html ...
|
From https://icculus.org/pipermail/physfs/2010-January/000821.html ...
|
||||||
|
|
||||||
- Plugin system for the archive handlers
|
- Plugin system for the archive handlers
|
||||||
|
|
||||||
|
|
||||||
From http://icculus.org/pipermail/physfs/2010-January/000826.html ...
|
From https://icculus.org/pipermail/physfs/2010-January/000826.html ...
|
||||||
|
|
||||||
- Lua bindings
|
- Lua bindings
|
||||||
|
|
||||||
|
|
||||||
From http://icculus.org/pipermail/physfs/2010-January/000833.html ...
|
From https://icculus.org/pipermail/physfs/2010-January/000833.html ...
|
||||||
|
|
||||||
- SWIG bindings
|
- SWIG bindings
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
* ========================================================================
|
* ========================================================================
|
||||||
*
|
*
|
||||||
* This format info (in more detail) comes from:
|
* This format info (in more detail) comes from:
|
||||||
* http://debian.fmi.uni-sofia.bg/~sergei/cgsr/docs/pak.txt
|
* https://web.archive.org/web/20040209101748/http://debian.fmi.uni-sofia.bg/~sergei/cgsr/docs/pak.txt
|
||||||
*
|
*
|
||||||
* Quake PAK Format
|
* Quake PAK Format
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user