U++ framework
Do not panic. Ask here before giving up.

Home » Community » U++ community news and announcements » ide: pkg_config support
ide: pkg_config support [message #52272] Sat, 24 August 2019 15:03 Go to previous message
mirek is currently offline  mirek
Messages: 14291
Registered: November 2005
Ultimate Member
How does it work:

- before executing commands (like invoking commandline), theide now scans the line for '`' characters and interprets them according to linux shell customs (executes the text within ` as shell command and replaces it with its output

- there is now new "pkg-config" group in package description (e.g. in Package organizer) where you are supposed to fill in the names of dev packages you wand to use (e.g. "gtk-3.0"). When building, the builder first scans all packages for all pkg-config entries that match current config, then adds appropriate strings to both compiler and linker commandlines (e.g. `pkg-config --cflags gtk+-3.0`, `pkg-config --clibs gtk+-3.0`).

Mirek
 
Read Message
Read Message
Previous Topic: Core 2019
Next Topic: Upcoming release 2019.2
Goto Forum:
  


Current Time: Tue May 26 07:03:02 GMT+2 2026

Total time taken to generate the page: 0.01387 seconds