View Full Version : What to install to compile cpp program
grj
August 17th, 2005, 09:43 PM
I need to install a small command line app called diatheke. What do I need to install to accomplish this? Any other suggestions would be greatly appreciated.
Juergen
August 18th, 2005, 05:36 AM
But 'diatheke' is in the repositories...
If you want to compile anyway:
The package 'build-essential' installs the C/C++ compilers.
Then you probably have to install some 'lib*-dev'-packages.
This depends on the app you are compiling - so you have to find out yourself.
Look at the output of './configure' - it should complain about missing libs
(most of the time the libs are installed, just the corresponding *-dev packages are not).
grj
August 18th, 2005, 10:45 AM
I could be wrong, but it appears the diatheke package is for the web version. It installs apache, etc which I do not want. Do you know if the package includes the cli version also. If it does, I will install it and just tell apache not to start up.
Juergen
August 18th, 2005, 11:34 AM
I can't do much more than you can - look at the description in Synaptic (well I could install it but... :-))
It says it's a cli utility and a cgi-script.
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.