Page 1 of 1

Making Archives After Compiling?

PostPosted: Thursday, 3rd April 2014, 10:28
by TehDruid
Ok, so I'm a pretty big noob when it comes to using msysgit and I wanted to ask you guys. How do you build archives that are ready to be unzipped and played (the ones in the download section on the main site)? I have compiled the game and would love to know how I can keep a specific version outside the msysgit/crawl/crawl-ref/source folder.

Thanks in advance!

Re: Making Archives After Compiling?

PostPosted: Thursday, 3rd April 2014, 18:37
by Siegurt
make INSTALL DESTDIR="wherever you want to put the play files" [possibly with TILES=Y]

Re: Making Archives After Compiling?

PostPosted: Thursday, 3rd April 2014, 23:31
by TehDruid
Thanks, I had a little bit of difficulty understanding how to use the command exactly but figured it out after trying a few things that didn't work. :D

Re: Making Archives After Compiling?

PostPosted: Friday, 4th April 2014, 01:18
by sgrunt
If you want actual *packages*, you probably want "make package-windows" and/or "make package-windows-zips".