• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

bin/H09-Sep-2019-32

include/H09-Sep-2019-32

lib/H09-Sep-2019-32

mk/H03-May-2022-604378

src/H09-Sep-2019-31,21919,954

tests/H09-Sep-2019-18,69713,241

LICENSEH A D09-Sep-20191.3 KiB2521

MakefileH A D09-Sep-20191.4 KiB291

Makefile.incH A D09-Sep-20191.4 KiB291

README.mdH A D09-Sep-20191.4 KiB6440

README.md

1TTT COMMANDS
2============
3
4TTT COMMANDS is a development commands set to build information system
5that could handle large datasets rapidly and flexibly. This gives you
6a way lit power to build a fast process system without some kind of
7databases.  You would build the data process system using only TTT
8COMMANDS, Unix-style basic commands and text datasets on your own favorite
9operating systems.
10
11TTT COMMANDS is licensed under the **[2-clause BSD license](LICENSE)**.
12
13Download
14--------
15
16[https://github.com/daichigoto/tttcmds/archive/master.zip](https://github.com/daichigoto/tttcmds/archive/master.zip)
17
18Installation
19------------
20
21### Install some packages required for build
22
23* FreeBSD 11+
24
25        sudo pkg install kyua
26
27* Darwin 16.0.0 (you need a [brew](http://brew.sh/))
28
29        brew install bsdmake
30        brew install kyua
31
32* Ubuntu 16.04
33
34        sudo apt-get install clang
35        sudo apt-get install libbsd-dev
36        sudo apt-get install freebsd-buildutils
37        # There is no kyua package for Ubuntu.
38        # There is no ATF package for Ubuntu.
39
40### Build and install
41
42* FreeBSD 11+
43
44        make clean build
45        sudo make install
46
47* Darwin 16.0.0
48
49        bsdmake clean build
50        sudo bsdmake install
51
52* Ubuntu 16.04
53
54        bmake clean build
55        sudo bmake install
56
57### Install using packages
58
59* FreeBSD 11+
60
61	sudo pkg install tttcmds
62
63*Homepage:* https://github.com/daichigoto/tttcmds/
64