]> Joshua Wise's Git repositories - tdl.git/blame - INSTALL
Fix such that dashed args are allowed for things like 'tdll'.
[tdl.git] / INSTALL
CommitLineData
7024e37b
JW
1Although tdl does not use autoconf, it does have a hand-rolled configure script.
2
3To build the program do
4
5 ./configure
6 make
7 make install
8
9You can see what options ./configure can take with
10
11 ./configure --help
12
13For example, you might want to use --prefix to install the software in a
14non-standard location.
15
16To get started,
17
18 tdl create
19 tdl add "Some task I have to do"
20 tdl list
21
22It's suggested that you try
23
24 man tdl
25
26as well.
27
This page took 0.024303 seconds and 4 git commands to generate.