Skip to content

Commit 0fe1ebb

Browse files
committed
Update readme to add doc about libredirectionio dependency
1 parent d02bdb0 commit 0fe1ebb

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,19 @@ https://redirection.io/documentation/developer-documentation/apache-module
99

1010
### Manual
1111

12-
To compile manually this module you will need [apxs](https://httpd.apache.org/docs/2.4/programs/apxs.html), then simply use
13-
the Makefile present in this repository:
12+
To manually build this library you will need to compile first the [libredirectionio library](https://github.com/redirectionio/libredirectionio)
13+
in some path (e.g. `/tmp/libredirectionio`)
1414

15-
`make` to compile this module
15+
You will need [apxs](https://httpd.apache.org/docs/2.4/programs/apxs.html) installed and available
1616

17-
`make install` to install it
17+
Then simply do the following command:
18+
19+
```
20+
./configure --with-libredirectionio=/tmp/libredirectionio
21+
make
22+
```
23+
24+
You can run `make install` to install your module to the current apache2 module folder (you may need root permissions in order to do so).
1825

1926
## Directives
2027

0 commit comments

Comments
 (0)