pyopengl - How can I attach a patch.diff-file from sourceforge.net? -
i found patch fix bug in pyopengl-program here.
but have no idea how can install patch in arch-linux.
can me ?
first of all, has nothing python or opengl, might want remove tags.
you looking patch
-utility , then, in directory contains src
-folder, patch -p0 -b < patch-py33-import.diff
the -b switch creates backup files before patching, -p switch tells patch use complete path/filename given in patch file.
Comments
Post a Comment