User forums > Using Code::Blocks
WxSmith extensions
hook24:
--- Quote from: seb_seb0 on July 20, 2010, 10:26:29 pm ---I have already a compiled version of wxSmithKWIC
Here is a link to download it:
http://rapidshare.com/files/408064371/wxSmithKWIC.zip
MD5: 2BF54F1F4FD68A5E1EFDF0076F20B39C
Installation notes are in the zip file.
I assume you are working on Windows, with codeblocks 10.05. (It works for me on Vista / Codeblocks 10.05)
Sebastien
--- End quote ---
In really I'm working in Linux ( Ubuntu 10.04)
Can somebody explain me how to do, how build the library?
seb_seb0:
You can try to compile CodeBlocks from source:
http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Linux
Then, you can compile the plugin: download the archive from Cryogen's site:
http://wxsmithaddons.sourceforge.net/wxsmithkwic.html
(direct link to archive http://sourceforge.net/projects/wxsmithaddons/files/)
Extract the archive, go in the folder "wxSmithKWIC" and open the CodeBlocks project file wxSmithKWIC.cbp.
Then select target "all" and build.
It worked perfectly on Windows, it might be not so different on Linux. Just try !
Sebastien
hook24:
--- Quote from: seb_seb0 on July 21, 2010, 09:42:36 pm ---You can try to compile CodeBlocks from source:
http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Linux
Then, you can compile the plugin: download the archive from Cryogen's site:
http://wxsmithaddons.sourceforge.net/wxsmithkwic.html
(direct link to archive http://sourceforge.net/projects/wxsmithaddons/files/)
Extract the archive, go in the folder "wxSmithKWIC" and open the CodeBlocks project file wxSmithKWIC.cbp.
It worked perfectly on Windows, it might be not so different on Linux. Just try !
Sebastien
--- End quote ---
When I open, open winwods Global Variable Editor. then what i do??
thanks for your time
seb_seb0:
you have to define 2 variables (menu "settings" / "global variables"):
1 - where Code::Blocks sources are installed (variable "cb" : set it to the root source directory from codeblocks. This is the "src" directory. In this directory, you have the "codeblocks.cbp" project file).
2 - where wxWidgets is installed. (variable "wx" : set it to the wxWidgets directory, where you have "build", "include", "src",...)
Do not change the variable names: it must be "cb" and "wx".
Then it should compile fine.
hook24:
--- Quote from: seb_seb0 on July 22, 2010, 09:58:41 pm ---you have to define 2 variables (menu "settings" / "global variables"):
1 - where Code::Blocks sources are installed (variable "cb" : set it to the root source directory from codeblocks. This is the "src" directory. In this directory, you have the "codeblocks.cbp" project file).
2 - where wxWidgets is installed. (variable "wx" : set it to the wxWidgets directory, where you have "build", "include", "src",...)
Do not change the variable names: it must be "cb" and "wx".
Then it should compile fine.
--- End quote ---
Dont work for me, Finally I use with Custom from wxsmith
Thanks
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version