Page 1 of 1

PR on GitHub

Posted: July 16th, 2017, 11:42 am
by David
As Norbert and I discussed here, I uploaded the PR source to GitHub.

Here it is: https://github.com/NagyD/PR

Re: PR on GitHub

Posted: July 16th, 2017, 9:35 pm
by salvadorc17
Some instructions to compile?? and no build solution files?

Re: PR on GitHub

Posted: July 22nd, 2017, 3:50 pm
by David
salvadorc17 wrote:Some instructions to compile?? and no build solution files?
I used Dev-C++: https://sourceforge.net/projects/orwelldevcpp/
With Dev-C++ you need to open this file: src\dev-cpp\pr.dev .

If you use another IDE then you'll need to create a new project and add all the *.c and *.h files to the project by hand.
You *don't* need to add direntwin.h or dirent.c, or anything from the addons folder!