patch? - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Linux Noob (https://www.linux-noob.com/forums/forum-3.html) +--- Forum: How Do I? (https://www.linux-noob.com/forums/forum-60.html) +--- Thread: patch? (/thread-3510.html) |
patch? - Arax - 2004-03-28 i'm trying to patch winex so that it will work with ipx, but when i run patch 01-01.somethingwithwine.diff nothing happens :( i have to ctrl+c or ctrl+z out of it can anyone help? patch? - hijinks - 2004-03-29 you have to give it a -p command.. try like patch -p0 < file.digg or use p1 patch? - Arax - 2004-03-29 that did it ;) but now it cant find the file to patch.. i'm trying to patch winex3 with 01-01-winsock.diff,03-03-wsnwlink.h.diff and 02-02-wsnwlink.h.diff. the 02 thing worked but not the other ones :( patch? - Arax - 2004-03-29 it found the file after all ;) do i need to rebuild the program now? patch? - hijinks - 2004-03-29 yes if you patch you have to re-compile patch? - Arax - 2004-03-29 ach... :( patch? - hijinks - 2004-03-29 patch in the linux world means you are patching the source code.. then you have to re-compile. Its not like a patch in the windows world where it might be a newer exe file |