1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
Description: No need to discuss the build process in binary file docs
Author: Michael Gilbert <mgilbert@debian.org>
Forwarded: not-needed
--- a/README
+++ b/README
@@ -18,36 +18,6 @@
FAudio depends solely on SDL 3.2.0 or newer.
FAudio never explicitly uses the C runtime.
-Building FAudio
----------------
-For *nix platforms, use cmake.
-
- $ mkdir build/
- $ cd build/
- $ cmake ../
- $ make
-
-For Windows, see the 'visualc/' directory.
-
-For Xbox GDK, see the 'visualc-gdk/' directory.
-
-For iOS/tvOS and macOS universal binaries, see the 'Xcode/' directory.
-
-Unit tests
-----------
-FAudio includes a set of unit tests which document the behavior of XAudio2 and
-are to be run against FAudio to verify it has the same behavior. The tests are
-NOT built by default; set BUILD_TESTS=1 to build and then run the output with:
-
- $ ./faudio_tests
-
-To build a Windows executable to run the tests against XAudio2, use the
-provided Makefile. This requires mingw-w64 to build.
-
- $ cd tests/
- $ make faudio_tests.exe
- # run faudio_tests.exe on a Windows box
-
Found an issue?
---------------
Issues and patches can be reported via GitHub:
|