Well, this is the README thingy..

LOL };8>

OK, for something as simple like pcreate I'm not going to go into a
huge amount of detail so here ya go...


Files..

make = Simple bash (yes BASH) script that helps the c++ compiler do
it's job.. (Read.. tis the command fur da automagic (Linux) thingy
called GCC to take the crap I scribbled in a text file with Emacs and
turn it into a real program that one can run. };8>

	Note: Updated in 1.03.04 added -Wno-deprecated to fix outdated
	strstream.h (TO DO - upgrade to sstream) If you have trouble
	compiling with your version of g++ , try removing this line!

pcreate.cpp = The source of the force.. Muhohahha.. yours fur the
license thingy

pcreate = The EXE. (the program fur windows users)


WHAT TO DO...

You need a c++ compiler to make pcreate. I recommend the best compiler
.. the GNU thingy by the free software foundation. Yes it's icky and
stupid some times, but It's price is right and so is where it's heart
lies. Long live the 'Gnu' foundation. }:8>

OK, Ok.. if your running a Linux Kernel or have some clue as to what a
make file is then type ./make to tell GNU C++ to create a real program
out of the crap that I scribbled.

All that's left is to run (Winblows term) the program you just
created! ./pcreate is the command...

pcreate requires only the standard c files to compile....
