keronred.blogg.se

Wxwidgets wiki reader
Wxwidgets wiki reader






wxwidgets wiki reader

Otherwise 'wx-config -list' would not run or only find one of your installations. Its a disadvantage for working on the command line, because you need to make sure all the 'bin' folders are in to your $PATH variable. Its also your only option if you do not have admin rights on you computer.

Wxwidgets wiki reader full#

It gives you the full control on what is on the system but also the full worries about paths etc. Its the best setup if you build your lib for only a very specific purpose or very often change your configuration. It might be more familiar to set up in your favourite cross-platform IDE.

wxwidgets wiki reader

It mimics the way the windows structure is set up. Its also the best setup to use when you are planning to develop with wxWidgets using the command line interface (CLI).Ĭase B) installs the libraries and the other required files into a folder of your selection. You should use this if you build wxWidgets to compile some other third party software, because it would the closest to the standard setup that software developer would expect. You use it for shared libraries, which is what most programs in Linux would use.

wxwidgets wiki reader

The 'bin' sub-folder contain as sym-link to a file in the 'lib' folder structure that allows the 'wx-config' feature to work.Ĭase A) is the standard approach in Linux and is much quicker. In case B) we see that the folder structure for each library also is totally different. A) and B) mean two possible ways to set up the compilation in Linux.įor the case A) the compiled libraries are stored in a system folder (typically /usr/local/lib), thus default lib folder will remain empty. This shows the different structures between OS. Lib buildgtk buildgtk // our build folder Windows A) Linux Default B) Linux Alternative








Wxwidgets wiki reader