Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
General (but related to Code::Blocks)
»
How to use patch file
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: How to use patch file (Read 5647 times)
sergioferrari52
Multiple posting newcomer
Posts: 12
How to use patch file
«
on:
August 08, 2021, 10:45:01 am »
Hello guys,
can anyone explain me how can I use a CodeBlocks patch file, that can be downloaded from this forum?
Does the patch file just go into the CB installation folder?
Thanks for any suggestion.
Logged
Miguel Gimenez
Developer
Lives here!
Posts: 1632
Re: How to use patch file
«
Reply #1 on:
August 08, 2021, 11:37:32 am »
You must have C::B source code (downloaded using SVN), apply the patch using
svn patch <patchname>
and recompile. For details about these steps see the
wiki
part related to your not specified OS.
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
General (but related to Code::Blocks)
»
How to use patch file