@@ -22,11 +22,11 @@ necessary for display in any Libvisual-using application.
2222
2323The Libvisual library that is in libvisual/ is licensed under the
2424Lesser GNU General Public License (LGPL) v2.1
25- ([ full text] ( http ://www.gnu.org/licenses/lgpl-2.1.html) ).
25+ ([ full text] ( https ://www.gnu.org/licenses/old- licenses/lgpl-2.1.html) ).
2626
2727The example applications in examples/ are licensed under the General
2828GNU Public License (GPL) v2
29- ([ full text] ( http ://www.gnu.org/licenses/gpl-2.0.html) ).
29+ ([ full text] ( https ://www.gnu.org/licenses/old- licenses/gpl-2.0.html) ).
3030
3131The tools in tools/ are licensed under the GPLv2.
3232
@@ -40,7 +40,7 @@ very useful information regarding our coding policies and such.
4040
4141#### C/C++ compiler
4242
43- Libvisual uses several C99 and C++20 features for its modern API
43+ Libvisual uses several C11 and C++20 features for its modern API
4444design and implementation, and as such, requires an up-to-date C/C++
4545compiler to build. Compilers tested and known to work are GCC 11+ and
4646Clang 14+.
@@ -50,22 +50,22 @@ Clang 14+.
5050The core library is fairly self-contained and requires almost very
5151little dependencies other than the standard C99 and C++20 libraries.
5252
53- The [ Oil Runtime Compiler] ( http ://code.entropywave.com/ orc) (ORC) is
53+ The [ Oil Runtime Compiler] ( https ://gstreamer.freedesktop.org/projects/ orc.html ) (ORC) is
5454required for generating a portion of Libvisual's SIMD routines.
5555
5656GNU Gettext is optionally required (see note) for
5757internationalisation.
5858
5959The bundled examples, benchmarks and test programs mostly require
60- [ SDL 1.2] ( http ://libsdl.org) .
60+ [ SDL 1.2] ( https ://www. libsdl.org) .
6161
6262Note: Gettext is integrated into glibc on Linux.
6363
6464### Compiling and Installing
6565
6666#### Configuration
6767
68- Building Libvisual requires [ CMake 3.20] ( http ://www.cmake.org) or
68+ Building Libvisual requires [ CMake 3.20] ( https ://www.cmake.org) or
6969above. The command to configure the build is:
7070
7171 cmake .
0 commit comments