File README.md changed (mode: 100644) (index 483d478..58f655c) |
1 |
|
**dit**, _v0.11_, _2015 - 2018_ |
|
|
1 |
|
**dit**, _v0.11_, _2015 - 2019_ |
2 |
2 |
|
|
3 |
|
_This file last updated on 1 November, 2018_ |
|
|
3 |
|
_This file last updated on 9 January, 2019_ |
4 |
4 |
|
|
5 |
5 |
### Brief Description ### |
### Brief Description ### |
6 |
6 |
|
|
|
... |
... |
Expected to work in \*nix like environments. |
56 |
56 |
|
|
57 |
57 |
### Prerequisites ### |
### Prerequisites ### |
58 |
58 |
|
|
59 |
|
* GNU Make; |
|
|
59 |
|
* [GNU Make][3]; |
60 |
60 |
* C++11 compatible compiler (e.g. GCC 4.9.3); |
* C++11 compatible compiler (e.g. GCC 4.9.3); |
61 |
|
* [Boost][3], tested with 1.54, 1.58 and 1.59; |
|
62 |
|
* (optional) pandoc for building man page. |
|
|
61 |
|
* [Boost][4], tested with 1.54, 1.58 and 1.59; |
|
62 |
|
* (optional) [pandoc][5] for building man page. |
63 |
63 |
|
|
64 |
64 |
### Interaction with Environment ### |
### Interaction with Environment ### |
65 |
65 |
|
|
|
... |
... |
Expected to work in \*nix like environments. |
72 |
72 |
GNU General Public License, version 3 or later. |
GNU General Public License, version 3 or later. |
73 |
73 |
|
|
74 |
74 |
|
|
75 |
|
[1]: http://taskwarrior.org/ |
|
|
75 |
|
[1]: https://taskwarrior.org/ |
76 |
76 |
[2]: https://en.wikipedia.org/wiki/Grey_code |
[2]: https://en.wikipedia.org/wiki/Grey_code |
77 |
|
[3]: http://www.boost.org/ |
|
|
77 |
|
[3]: https://www.gnu.org/software/make/ |
|
78 |
|
[4]: https://www.boost.org/ |
|
79 |
|
[5]: https://pandoc.org/ |