Skip to content

Commit

Permalink
MODCLUSTER-494 Update .gitignore and README.md after the split
Browse files Browse the repository at this point in the history
  • Loading branch information
rhusar committed Apr 27, 2016
1 parent e220175 commit 76fe4d0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 41 deletions.
16 changes: 0 additions & 16 deletions .gitignore
Expand Up @@ -7,19 +7,3 @@ target
.idea
*.ipr
*.iml

# Native built files
native/*/*.log
native/*/*.slo
native/*/*.so
native/*/*.lo
native/*/*.o
native/*/.libs/
native/*/Makefile
native/*/autom4te.cache/
native/*/config.status
native/*/configure

# Native testsuite
test/java/node*/

25 changes: 0 additions & 25 deletions README.md
Expand Up @@ -71,7 +71,6 @@ core
demo
client
server
native (native httpd modules)
```


Expand All @@ -93,30 +92,6 @@ Dynamic load-balancing demo is located in the `/demo` directory:

mvn install

### Reverse Proxy (httpd) Modules

To build the native component from the sources you need a C compiler and the following tools:
* m4
* perl
* autoconf
* automake
* libtool
* make
* patch
* python

Of course the make and the patch must be GNU ones. For example on Solaris you need:
* SMCm4 (requires libsigsegv and libgcc34)
* SMCperl
* SMCautoc
* SMCautom
* SMClibt
* SMCmake
* SMCpatch
* SMCpython

All can be downloaded from [http://www.sunfreeware.com/](http://www.sunfreeware.com/).


License
-------
Expand Down

0 comments on commit 76fe4d0

Please sign in to comment.