39 |
40 |
Legal Issues
41 |
42 |
TreeTag is free software; you can redistribute it and/or modify it under
43 | the terms of the GNU General Public License as published by the Free Software
44 | Foundation; either Version 2 of the License, or (at your option) any later
45 | version.
46 |
47 |
This program is distributed in the hope that it will be useful, but
48 | WITHOUT ANY WARRANTY. See the LICENSE file provided with this program
49 | for more information.
50 |
51 |
Also, TreeTag will protect your privacy. See the full privacy policy
52 | here.
53 |
54 |
System Requirements
55 |
56 |
Android
57 |
58 |
TreeTag should run on Android 4.1 (Jelly Bean) and above.
59 |
60 |
Linux
61 |
62 |
TreeTag should run on any 64-bit Linux OS. There is no support for 32-bit
63 | platforms.
64 |
65 |
The following dependencies are required to build and run TreeTag, but the
66 | install script will automatically install them using your native packaging
67 | system:
68 |
69 | - Clang
70 | - CMake
71 | - curl
72 | - git
73 | - GTK development headers
74 | - Mesa OpenGL utility library
75 | - Ninja build
76 | - pkg-config
77 | - standard C++ development headers
78 | - unzip
79 | - XZ development headers
80 | - XZ utilities
81 | - zenity
82 | - zip
83 |
84 |
85 |
Windows
86 |
87 |
TreeTag should run on Windows 10 and above, 64-bit. There is no support
88 | for 32-bit platforms.
89 |
90 |
macOS
91 |
92 |
Due to a lack of Macs for testing, TreeTag on macOS is not supported.
93 | Assistance with creating a Mac port would be appreciated.
94 |
95 |
iOS
96 |
97 |
Due to a lack of hardware for development and testing, TreeTag on iOS is
98 | not supported. Assistance with creating an iOS port would be appreciated.
99 |
100 |