Skip to content

Commit d8d039a

Browse files
committed
Update README.md
1 parent d1683ca commit d8d039a

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

README.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,12 @@ Authentication is made externally by an Authentication html form page and all Au
99

1010
# Compilation
1111

12-
user make with MY_ macro as arguments to specify where to find libmemcache and Apache httpd apxs developper tool
13-
```
14-
# make MY_APXS=/path/to/apache/httpd/bin/apxs MY_LDFLAGS="-lmemcache -L/path/to/libmemcache/lib/" MY_CFLAGS=-I/path/to/libmemcache/include
15-
# make install
16-
```
17-
18-
or change to macro in Makefile
19-
```
20-
MY_APXS=/path/to/apache/httpd/bin/apxs
21-
MY_LDFLAGS="-lmemcache -L/path/to/libmemcache/lib/"
22-
MY_CFLAGS=-I/path/to/libmemcache/include
23-
```
24-
25-
and after simply do
26-
2712
```
13+
# ./configure --with-apxs=/path/to/apache/httpd/bin/apxs --with-libmemcache=/path/to/libmemcache/
2814
# make
2915
# make install
3016
```
3117

32-
3318
# News in this version (v1.1)
3419

3520
* Correct handling of "=" in value of the memcache session (E. Dumas).

0 commit comments

Comments
 (0)