User forums > Help

Configure Codeblocks

<< < (3/3)

tuchin:
I have additional questions:
1. Did not find the gdb debugger in msys64\mingw64. How to install it?
2. How can I get information about all the parameters of pacman in msys2?
3. I would like to learn how to make gui using GTK+. When I tried to make a project GTK+, the codeblock requested the location of the files for creating the GTK application ($GTK). I did not find the directory GTK in msys64\mingw64. Tell me, please, how to set up a codeblock to create a project of the GTK?

stahta01:

--- Quote from: tuchin on November 25, 2018, 08:57:07 pm ---I have additional questions:
1. Did not find the gdb debugger in msys64\mingw64. How to install it?
2. How can I get information about all the parameters of pacman in msys2?
3. I would like to learn how to make gui using GTK+. When I tried to make a project GTK+, the codeblock requested the location of the files for creating the GTK application ($GTK). I did not find the directory GTK in msys64\mingw64. Tell me, please, how to set up a codeblock to create a project of the GTK?

--- End quote ---

Post a link to the website with the example GTK code you want to run; when I have time will see if I can figure it out once more.
Note: I believe the GTK and MSys2 might have already been answered in this forum. So, I would suggest searching.

To install the normal full MinGW 64 toolchain run

--- Code: ---pacman -S --needed mingw-w64-x86_64-toolchain

--- End code ---


--- Code: ---pacman -S --help

--- End code ---
or

--- Code: ---pacman --help

--- End code ---

Tim S.

stahta01:
https://github.com/stahta01/cb_misc/blob/master/Notes/MSys2/Setting%20up%20MSys2%20for%20using%20GTK3%20with%20external%20CodeBlocks%20IDE.txt

Link to directions I wrote a while back on this subject.

Tim S.

tuchin:
Thank you very much! Very necessary information!

Navigation

[0] Message Index

[*] Previous page

Go to full version