PR on GitHub

About PR usage and development, and about the POP format.
Post Reply
David
The Prince of Persia
The Prince of Persia
Posts: 2846
Joined: December 11th, 2008, 9:48 pm
Location: Hungary

PR on GitHub

Post by David »

As Norbert and I discussed here, I uploaded the PR source to GitHub.

Here it is: https://github.com/NagyD/PR
salvadorc17
Calif
Calif
Posts: 553
Joined: August 27th, 2011, 2:04 am

Re: PR on GitHub

Post by salvadorc17 »

Some instructions to compile?? and no build solution files?
David
The Prince of Persia
The Prince of Persia
Posts: 2846
Joined: December 11th, 2008, 9:48 pm
Location: Hungary

Re: PR on GitHub

Post 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!
Post Reply