Skip to content

Commit

Permalink
removed icu-related docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Starke committed Jun 20, 2017
1 parent 718e66b commit f5780fa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,17 @@ To build rexgen, you'll need the following tools and libs:
| flex | Generator for lexical analysis of regular expressions |
| bison | Generator of parser for regular expressions |
| cmake | Creation of Makefiles |
| icu4c | Unicode reference implementation |

# Building rexgen

Clone the git repository to include the required FindICU:
```
git clone --recursive https://github.com/teeshop/rexgen.git
git clone https://github.com/teeshop/rexgen.git
```

Build and install:
```bash
cd rexgen/src
cd rexgen
./install.sh
# you can use the switches -p to enable python support and -l to enable lua support
```
Expand All @@ -33,7 +32,6 @@ If you have problems building rexgen, cou can change to the `build` and run `cma
Currently supported options rexgen's CMakefile are:

* `-DCMAKE_BUILD_TYPE=Debug` creates a debug build
* `-DICU_ROOT=/usr/local/opt/icu4c` tells cmake where to find icu4c
* `-DUSE_PYTHON=On` tells cmake to include the python interface
* `-DUSE_LUA=On` tells cmake to include the lua python interface

Expand Down

0 comments on commit f5780fa

Please sign in to comment.