]> Joshua Wise's Git repositories - tdl.git/blob - INSTALL
Fall back on index for sort if the due date is the same, not just if both due dates...
[tdl.git] / INSTALL
1 Although tdl does not use autoconf, it does have a hand-rolled configure script.
2
3 To build the program do
4
5     ./configure
6     make
7     make install
8
9 You can see what options ./configure can take with
10
11     ./configure --help
12
13 For example, you might want to use --prefix to install the software in a
14 non-standard location.
15
16 To get started,
17
18     tdl create
19     tdl add "Some task I have to do"
20     tdl list
21
22 It's suggested that you try
23
24     man tdl
25
26 as well.
27
This page took 0.025414 seconds and 4 git commands to generate.