Updated README.md with build instructions
[hair] / README.md
1 Mohawk hair simulation
2 ======================
3
4 Hair simulation.
5
6 Demo:
7 https://www.youtube.com/watch?v=MfrZ_0EJvXk
8
9 Build Instructions
10 ------------------
11 Prerequisites:
12
13 Build gph-math following the instructions here:
14 https://github.com/jtsiomb/gph-math/
15
16 and libimago following the instructions here:
17 https://github.com/jtsiomb/libimago
18
19 Then in the program directory run:
20
21 $ make
22
23 $ ./hair
24
25 License
26 -------
27 Copyright (C) 2019 Eleni Maria Stea <elene.mst@gmail.com>
28
29 This program is free software. You are free to use, modify, and/or re-distribute
30 it, under the terms of the GNU General Public License version 3, or at your
31 option any later version published by the Free Software Foundation. See COPYING
32 for details.