From ae347a54e2e49acb92c7331aafda923e7eaaee38 Mon Sep 17 00:00:00 2001 From: Aki Date: Sat, 14 Jan 2023 22:26:59 +0100 Subject: Added instructions and reasoning --- README | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..9053b6a --- /dev/null +++ b/README @@ -0,0 +1,13 @@ +To generate the toolchain files, use cmake(1) as per usual: + + $ cmake -B build -Wno-dev . + +No building is required. Warnings are ignored, because GNUInstallDirs will complain about all languages being disabled. +There is also an unconventional install target: + + $ cd build/ + $ make install + +"Unconventional," because there is no usual location to put toolchain files. Additionally, some toolchains distribute +with their definitions and some not (MinGW for instance; that's why we are here). This is an attempt to have some +consistency in my environment for my own convenience. -- cgit v1.1