[NEEDS INFO] Compiling Xonotic from GIT-Repo under Windows. - Printable Version +- Xonotic Forums (https://forums.xonotic.org) +-- Forum: Support (https://forums.xonotic.org/forumdisplay.php?fid=3) +--- Forum: Xonotic - Help & Troubleshooting (https://forums.xonotic.org/forumdisplay.php?fid=4) +--- Thread: [NEEDS INFO] Compiling Xonotic from GIT-Repo under Windows. (/showthread.php?tid=304) |
Compiling Xonotic from GIT-Repo under Windows. - ArgeadGER - 04-18-2010 Im trying to build Xonotic under Windows. I`ve already downloaded the GIT-repo and everything, but I cant compile, as make isn´t a windows command. Downloading make for Windows also didnt help much, I got the error "Unexpected token in "nexuiz"" Any Ideas? If someone explains it to me, Id also be willing to wright a guide and edit it into this post. Edit: I set the path to the minigw and makeforwindows into the PATH Variable. Now I´m getting this error: $ ./all compile + cd /f/Program Files (x86)/Xonotic/fteqcc + make c:\X\GnuWin32\bin\make.exe: Interrupt/Exception caught (code = 0xc00000fd, addr = 0x4227d3) Im using the GIT Bash. RE: Compiling Xonotic from GIT-Repo under Windows. - ArgeadGER - 04-23-2010 *push* somebody on this forum has to know how to compile on windows, could you help please? RE: Compiling Xonotic from GIT-Repo under Windows. - Silverburn - 04-25-2010 Whether it's SVN or GIT, it each time means you get an amount of data of the net and put it on your computer. With the old SVN version, there was a command-line script that did it all for you. This was the code in it: Code: @echo off First it gets fteqcc and sets a PATH variable for it, then it gets darkplaces and does a "make debug". Then it gets the SVN repo. Then it uses fteqcc to build to whole thing. Then you can run it via a .bat file that looks like this: Code: @echo off So, someone with some more knowledge of commandline on windows than me should be able to do this. |