summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2020-10-02 12:42:44 +0200
committerMichele Calgaro <[email protected]>2020-10-05 21:43:02 +0900
commitc64cc0c3b3778eb17dde2670976d3e5314689143 (patch)
tree106109eada8037ecf6ca9dd8c1aac403bb0ac633 /INSTALL
parent000a818a2cc613690ee5ed4d47685722fff39e83 (diff)
downloadlibart-lgpl-c64cc0c3b3778eb17dde2670976d3e5314689143.tar.gz
libart-lgpl-c64cc0c3b3778eb17dde2670976d3e5314689143.zip
Libart-lgpl moved into a 'src' folder for consistency sake with the other
modules. Add basic cmake build instructions. Rework of the README file. Some cosmetics. Signed-off-by: gregory guy <[email protected]> (cherry picked from commit 8349a964c20f96504886ece0f2c8ba0c7489fff3)
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL11
1 files changed, 11 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..24aa3c5
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,11 @@
+Basic Installation
+==================
+
+libart-lgpl relies on cmake to build.
+
+Here are suggested default options:
+
+ -DCMAKE_SKIP_RPATH="OFF" \
+ -DCMAKE_VERBOSE_MAKEFILE="ON" \
+ -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+ -DWITH_ALL_OPTIONS="ON"