From 6fbf08381e8ca59f801e3769dda8fa920e0632d2 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 5 Nov 2012 14:49:40 +0200 Subject: [PATCH] Add solver/README Change-Id: I3905a8dc94e6b36612407cb961fdf9ca880b853d --- solver/README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 solver/README diff --git a/solver/README b/solver/README new file mode 100755 index 000000000000..b0e06ea950d1 --- /dev/null +++ b/solver/README @@ -0,0 +1,9 @@ +solver means "Solar Version", a weird name with only historical significance now + +It has no relation to the verb "to solve". + +solver is the directory tree into which header files for inter-module +use and build results (libraries, shared libraries, executables) are +copied ("delivered") during the build, and from where they are then +picked up when constructing an installer (Windows), a RPM or deb +package (Linux) or an app bundle (Mac).