summaryrefslogtreecommitdiff
path: root/Build/source/texk/detex/detex-src/INSTALL
blob: 28a48174c02a5b307dd3a7fa7cfa23dead1f27f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
To build the program, you need:
* 'make' program
* a C compiler (for example, Clang or GCC)
* 'lex' implementation (for example, flex)

Debian/Ubuntu users can install those by executing:
   sudo apt-get install make gcc flex

To compile the program, simply execute
   make

To install the program, execute
   sudo make install