How to Apply a GCC Patch

前端 未结 2 537
无人及你
无人及你 2021-01-18 11:42

I\'m trying to apply this patch to GCC on MinGW to get it to compile GDC 2, but I don\'t know how. (I\'m still new to the internals of GCC, and even to *nix tools in general

2条回答
  •  春和景丽
    2021-01-18 11:54

    Take a look at the patch manual pages. Just type man patch in a terminal window... typically i think you want to do a patch -p0 -i your_file.diff.

提交回复
热议问题