← Back to team overview

team-scandraid team mailing list archive

Re: Rev 32 added dependency intl

 

All but the doc target seems to work.

Would be nice though to add i18n and doc to the all target.

Darius

On Sat, 2009-05-23 at 07:24 +0200, arno wilhelm wrote:
> > Since rev 32 a new dependency (intl) was added. I've been searching the
> > repositories but apparently gettext-dev isn't available for Ubuntu 8.04,
> > nor am I able to find a debian package for it.
> > Can you help me out here?
> 
> Sorry,
> 
> probably I broke this for the old Makefile. Just remove the -lintl
> from the libs variable in the Makefile. This just works for cygwin,
> cause on normal linux you dont have to link this library explicitly
> ...
> I guess I will remove this Makefile soon.
> If you want to compile the project with cmake here are the instructions:
> 
> CMAKE:
> 
> $ cd ScanDraiD/build/
> $ ccmake ../
> OR
> $ cmake ../
> -> compile
> $ make
> ...
> -> make mo files
> $ make i18n
> ...
> -> make developer documentation in doc/developer/ScanDraiD
> $ make doc
> ...
> -> copy files to install/ directory
> $ make install
> ...
> 
> 
> Hope this helps ?
> 
> 
> 
> Arno
> 




References