Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to build #21

Closed
camdenorrb opened this issue Jun 10, 2016 · 2 comments
Closed

How to build #21

camdenorrb opened this issue Jun 10, 2016 · 2 comments

Comments

@camdenorrb
Copy link

Ello I can't seem to figure out how to build Waterfall. Since I am using centos in order utilize Openssl on Centos I have to build it on my centos system.

@kamcio96
Copy link
Contributor

kamcio96 commented Jun 10, 2016

First you have to install git and maven
git: apt-get install git or something similar
maven: download from site, unpack

git clone http://github.com/WaterfallMC/Waterfall.git
cd Waterfall 
git submodule update --init 
./applyPatches.sh
cd Waterfall-Proxy 
path/to/maven/mvn.sh install 

And you have jar in Waterfall/Waterfall-Proxy/target 😉

@camdenorrb
Copy link
Author

This should be added to the read me <3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants