diff options
| author | Nils Schwabe | 2014-07-04 10:31:50 +0200 |
|---|---|---|
| committer | Nils Schwabe | 2014-07-04 10:31:50 +0200 |
| commit | 2d9abf093bbdbfd144314927b0cde1c7f6ca9fe5 (patch) | |
| tree | 0932f5cc491dbd6866af4835467a0a17a01e3843 /README | |
| parent | Make use of the filetransfer classes (diff) | |
| parent | Disable failing test (diff) | |
| download | masterserver-2d9abf093bbdbfd144314927b0cde1c7f6ca9fe5.tar.gz masterserver-2d9abf093bbdbfd144314927b0cde1c7f6ca9fe5.tar.xz masterserver-2d9abf093bbdbfd144314927b0cde1c7f6ca9fe5.zip | |
Merge branch 'master' of git.openslx.org:bwlp/masterserver
Conflicts:
src/main/java/org/openslx/imagemaster/serverconnection/ImageProcessor.java
Diffstat (limited to 'README')
| -rw-r--r-- | README | 20 |
1 files changed, 6 insertions, 14 deletions
@@ -1,21 +1,13 @@ 1. Import project in eclipse (requires m2e) Import -> Maven -> Existing Maven Project Eclipse will complain about missing source files/classes. -They need to be generated... +You need the dependency project, master-sync-shared, see +http://git.openslx.org/master-sync-shared.git/ +Import into eclipse too and run maven install, optionally +if you don't want to import it just clone and do mvn install. -2. Install the thrift compiler -Prequisites: -apt-get install libboost-dev libboost-test-dev libboost-program-options-dev libevent-dev automake libtool flex bison pkg-config g++ libssl-dev -Thrift 0.9.1 (current as of writing): -http://www.apache.org/dyn/closer.cgi?path=/thrift/0.9.1/thrift-0.9.1.tar.gz - -./configure, make, make install - -3. Run ./thrift-compile.sh, it will generate the missing -files mentioned before. Refresh the project in Eclipse. - -"Run as -> Maven install..." should work now and create -a nice *.jar in ./target/ +"Run as -> Maven install..." on the main project should +work now and create a nice *.jar in ./target/ 4. Create config/mysql.properties |
