The project should not depend on paths. By default KDE projects are based on autoconf and automake and you should use their facilities to make your project "portable". If you experience path problems then it's probably because you use incorrect paths in your project - you have to use relative paths only if you want the project to compile on different machines. About the letter case - Unix-like systems are case-sensitive by default so INSTALL and install are two different files.





Reply With Quote

Bookmarks