From 3fea41d44d596983fbf855f72bf0a1a6088b8d07 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Mon, 11 Nov 2019 12:24:58 +0100 Subject: [PATCH] :art: Remove old file --- docs/Overview/BUILDING.mdr | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 docs/Overview/BUILDING.mdr diff --git a/docs/Overview/BUILDING.mdr b/docs/Overview/BUILDING.mdr deleted file mode 100644 index 1babfe52..00000000 --- a/docs/Overview/BUILDING.mdr +++ /dev/null @@ -1,38 +0,0 @@ -# Build / Configure Gwion - -## Configure -### gwion-util - - * `USE_MEMCHECK`: compile with debug flags (`-g`) and enable asserts - * `USE_COVERAGE`: add coverage instrumentation - - -## Make -Basically, all that is left to do is -```sh -make -``` -The only environment variable affecting the operation is `PREFIX` - -Except `--(no-)double`, everything can be set when running make, -using environment variables. - -Drivers can be set on using, e.g. for *alsa* : `ALSA_D=1` or `ALSA_D=on`. -In the same way, then can be disabled with `ALSA_D=0` or `ALSA_D=off` - -### Running tests -```bash -make tests -``` -to run all tests, or -```bash -bash util/test.sh my_file_or_directory (.. other files/dirs ...) -``` -to run specific ones. -look [here](#testing.md) for more. -## Install -*maybe as root* -```sh -make install -``` -The only environment variable affecting the operation is `PREFIX` -- 2.43.0