Author Topic: How to compile Cb  (Read 3903 times)

Offline mosfet

  • Multiple posting newcomer
  • *
  • Posts: 23
How to compile Cb
« on: January 10, 2006, 05:36:02 pm »
Hi,

I am a windows user of CodeBlocks and now I would like to port my smartcard tester app to Linux.
Problem is I can't compile it under my distrib.
When I download SVN version, I type ./configure and nothing happens.
There is a configure.am and a configure.in but no configure.
If someone could tell me how to compile it ...



Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: How to compile Cb
« Reply #1 on: January 10, 2006, 05:39:41 pm »
first ./bootstrap


Offline mosfet

  • Multiple posting newcomer
  • *
  • Posts: 23
Re: How to compile Cb
« Reply #3 on: January 10, 2006, 06:55:21 pm »
Ok I have succeeded in compiling C::B SVN version for mandriva 2006.
I have just installed libwxgtk2.6, libwxgtk2.6-devel, libwxgtku2.6, libwxgtku2.6-devel
and after bootstrap, configure and make.


« Last Edit: January 10, 2006, 07:24:40 pm by mosfet »