From 7b92acada9503a4d2561caf8051e15e540bfb63e Mon Sep 17 00:00:00 2001 From: theoddone33 <> Date: Wed, 22 May 2002 21:30:25 +0000 Subject: [PATCH] Add another README --- zsnes/linux/README.CVS | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 zsnes/linux/README.CVS diff --git a/zsnes/linux/README.CVS b/zsnes/linux/README.CVS new file mode 100644 index 00000000..488d5937 --- /dev/null +++ b/zsnes/linux/README.CVS @@ -0,0 +1,9 @@ +If you are using the CVS version of ZSNES, you will need to run the following +command directly after checkout out the repository: + +sh autogen.sh + +This will create the ./configure file that you need to run before compiling +ZSNES. + +If you are not sure if you are using the CVS version, you are probably not.