comparison INSTALL.md @ 90:a6d6497adb60

make: cleanup a bit and add appropriate dependencies
author David Demelier <markand@malikania.fr>
date Thu, 12 Mar 2020 20:31:50 +0100
parents 30baadb6f6a2
children 3675021fa6e5
comparison
equal deleted inserted replaced
89:30baadb6f6a2 90:a6d6497adb60
23 $ tar xvzf molko-x.y.z-tar.xz 23 $ tar xvzf molko-x.y.z-tar.xz
24 $ cd molko-x.y.z 24 $ cd molko-x.y.z
25 $ make 25 $ make
26 # sudo make install 26 # sudo make install
27 $ molko 27 $ molko
28
29 Available general make targets:
30
31 - `all`: (default): build only molko,
32 - `tools`: build tools (e.g. molko-map),
33 - `tests`: build tests and run them,
34 - `everything`: build molko, tools and tests without running them.
28 35
29 Platform: Windows 36 Platform: Windows
30 ----------------- 37 -----------------
31 38
32 On Windows, only [MSYS2][] is supported. 39 On Windows, only [MSYS2][] is supported.