diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-10-02 12:42:44 +0200 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2020-10-05 13:50:52 +0200 |
commit | 8349a964c20f96504886ece0f2c8ba0c7489fff3 (patch) | |
tree | 465e998f662f5b54e93e31501ab38156664f75d1 /INSTALL | |
parent | 31363763ec32d7d1edd53b55d7321f001f031fe9 (diff) | |
download | libart-lgpl-8349a964c20f96504886ece0f2c8ba0c7489fff3.tar.gz libart-lgpl-8349a964c20f96504886ece0f2c8ba0c7489fff3.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 <gregory-tde@laposte.net>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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" |