i have an open source package that require ./configure, make and make install.
and i like to build an linux GUI application around this open source package but i don't what's end platform.
can my final GUI app combined with open source package dynamically configure and build together depending on the type of systems?
i do not have visual studio.
what's open source tool (like eclipse IDE) can help me to build the linux GUI application?