All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Compile Crypto++ package
@ 2015-03-04  3:33 hardik gohil
  2015-03-04 10:37 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: hardik gohil @ 2015-03-04  3:33 UTC (permalink / raw)
  To: buildroot

Hello,


I am using buildroot to compile packages for MIPS architecture till now.

I want to compile Crypto++ which is not available in Buildroot-2013.02.

I don't want to use libgcrypt which is available.

Crypto++ uses GNUmakefile method but not autoconf (./configure) to compile.

Is it possible to Integrate this into buildroot or i need to compile
separately outside by setting all the paths.

Anyone compiled this before

Help me?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20150304/2abfe5ed/attachment.html>

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Buildroot] Compile Crypto++ package
  2015-03-04  3:33 [Buildroot] Compile Crypto++ package hardik gohil
@ 2015-03-04 10:37 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-03-04 10:37 UTC (permalink / raw)
  To: buildroot

Hello,

On Wed, 4 Mar 2015 11:33:59 +0800, hardik gohil wrote:

> I am using buildroot to compile packages for MIPS architecture till now.
> 
> I want to compile Crypto++ which is not available in Buildroot-2013.02.
> 
> I don't want to use libgcrypt which is available.
> 
> Crypto++ uses GNUmakefile method but not autoconf (./configure) to compile.
> 
> Is it possible to Integrate this into buildroot or i need to compile
> separately outside by setting all the paths.

Of course it is possible to integrate this package in Buildroot. You
seem to believe that only autoconf-based packages can be supported but
that's not the case: autoconf/automake based packages are supported
using the autotools-package infrastructure, but we also support CMake,
Perl, Python, Luarocks, and other types of packages.

And for packages having a custom build system such as a manual makefile
(which is the case of Crypto++), we have the generic-package
infrastructure.

> Help me?

Please read the Buildroot documentation:
http://buildroot.org/downloads/manual/manual.html#adding-packages. And
specifically the part about generic-package:
http://buildroot.org/downloads/manual/manual.html#_infrastructure_for_packages_with_specific_build_systems.

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-03-04 10:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-04  3:33 [Buildroot] Compile Crypto++ package hardik gohil
2015-03-04 10:37 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.