Closed ghost closed 9 years ago
Use git bash:
git clone --recursive https://github.com/DragonetMC/Dragonet
Then, using maven, cd to the.root project directory and type
mvn package
git clone --recursive https://github.com/DragonetMC/Dragonet
cd GlowstonePlusPlus/Glowkit
mvn install
cd ../..
Move GlowstonePlusPlus folder's src folder content to the root src folder.
mvn package
@mastercoms Why? --recursive clones all repos. Just mvn package in the root it also builds sub modules. Well, for me on maven 3 anyway.
Maybe I should make a installer in C#. Or maybe just a batch file.
@RandomAltThingy Or Java...
Because Dragonet and Glowstone++ depend on each other.
You don't need to make an installer, people can download from CircleCI.
@TheMCPEGamer java would work multi-platorm but I like making .exe files. Maybe I could make 2 like most things.
@RandomAltThingy People can download snapshots for every commit at CircleCI.
@DefinitlyEvil But you need to be logged in and ppl are stupid
But we can just put a download link on the website that uses Javascript to get the latest download URL.
Teh website is shit. Use custom CSS :P
I can do if you want
Speaking of websites the CircuitSoft home page looks pretty fancy @mastercoms
@TekkitCommando @mastercoms @RandomAltThingy I've fixed everything related to building, now you only need to type:
mvn package
and you do N0T need to copy files anymore. LOL!!
?
I did that anyway. It builds all submodules.
@DefinitlyEvil What did you type before lol? Its always been mvn package
noob lol
@RandomAltThingy I added a source location to pom's build-helper thingy so it can combine two directories together.
I have a lot of errors, can't find program package, can't find a lot of package... I compiled GlowKit and installed it, what should I do next? Thanks!