]>
Commit | Line | Data |
---|---|---|
7024e37b JW |
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 |