[Plib-users] adding customised pui to Linux include folder?
Brought to you by:
sjbaker
|
From: Simon <sim...@ho...> - 2003-05-07 11:48:39
|
Hi again, the app that I made in Borland on windows used some modified plib files. I downloaded the plib 1.6 source from the site again (in Linux this time though) I didn't install them but instead just copied my include/plib files into usr/include. All I want to do is build my app on Linux. With no knowledge of manually making files I opted to use kylix3 open or kylix3 enterprise trial. After building a new project and adding the files in the same way I did in Borland I get a missing header file problem on building. What I was wondering was: 1. How do I install a customised plib on Linux? Is it a case of installing plib 1.6 "as is" from your site and then copying my files over the installed ones? I mainly use pui out of the whole of plib and have replaced almost all the 1.6 files with the latest cvs released files. On windows installing these was just a case of copying over the include/plib/pui files. 2. Does everyone manually make make files in Linux or is there a nice c++ ide that I can use to do it for me, kylix3 seems a bit juttery. 3. How can I package my application so that it can be used as a source distribution and also as a binary distribution? -Thanks in advance -Simon ps. Thanks to Steve for his earlier reply, just finished installing glut when I read it. |