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.