Page 1 of 1
[FreePrince] Source code of freeprince
Posted: October 23rd, 2010, 3:50 pm
by floppy
because Butcher has removed the old post from me, I it ask again:
Does everybody know where I can Download the freeprince source (NOT the windows binary)
I've already send a new PM to poirot. Hope he answer me, when he has time for that.
EDIT: There is an announcement with the title "freeprince server is back", but it is from 2009. What does it mean?
EDIT 2: poirot had sended me an PM with an git directory: git://sdfg.com.ar/fp-git.git but I wait until I have installed Linux and then I download it.
Re: Source code of freeprince
Posted: October 24th, 2010, 9:08 pm
by _losko_
The provided address doesn't seem to work. Just tried:
Code: Select all
$ git checkout git://sdfg.com.ar/fp-git.git
fatal: Not a git repository (or any of the parent directories): .git
So what?
I would like to build freeprince by myself, also. But where is the source code hosted today?
Is anyone developing it nowadays?
Edit: I actually cannot reach the old source code host
http://gforge.lug.fi.uba.ar/snapshots.php?group_id=21, is it now down?
Re: Source code of freeprince
Posted: October 25th, 2010, 7:25 am
by poirot
I've mailed the git repository administrator (rata) to see what happened. I have the latest checkout here, I can send you the sources if you want, but always the git method is better. Let's see what happens.
Re: Source code of freeprince
Posted: October 25th, 2010, 2:08 pm
by floppy
Re: Source code of freeprince
Posted: October 25th, 2010, 3:13 pm
by poirot
Rata told me the git is working fine. I wasn't able to access the HTTP page because it's different, but the clone command works:
Code: Select all
git clone git://sdfg.com.ar/fp-git.git
and the HTTP actually is:
http://sdfg.com.ar/git/?p=fp-git.git;a=summary
Re: Source code of freeprince
Posted: March 1st, 2011, 8:38 pm
by Norbert
Note that it's no longer possible to run
make install, because the script expects one or more file(s) to be available on the old fp.princed.com.ar. So, just run
make and copy the (lowercase!) .dat files from the Windows binary
package to FP/src/bin/freeprince/.
To disable fullscreen mode, either edit the Makefile or remove
|fullscreen from line 429 of FP/src/out/output.c before compiling.