Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: mosfet on January 10, 2006, 05:36:02 pm

Title: How to compile Cb
Post by: mosfet 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 ...


Title: Re: How to compile Cb
Post by: killerbot on January 10, 2006, 05:39:41 pm
first ./bootstrap
Title: Re: How to compile Cb
Post by: Michael on January 10, 2006, 05:44:00 pm
This could also help:

http://wiki.codeblocks.org/index.php?title=Compiling_Code::Blocks_in_Linux_%28applies_to_all_distros%29

Michael
Title: Re: How to compile Cb
Post by: mosfet 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.