User forums > General (but related to Code::Blocks)

Making a automake like tar file

(1/3) > >>

LonelySTar:
Hello together,
Is it possible to export a project into a automake like tar file? So that the packet can bes installed doing:
tar xvzf ...
./configure
make
make install
???
Thanks,
Nathan

LonelySTar:
Mmhh ... It says, that with the new version, C::B uses automake for non-windows platforms (I am using Linux). But I can not find any automake files in the project directorie...???

yop:
The source distribution of codeblocks for linux uses automake to build install it. When installed you can forget autotools, codeblocks generates command line arguments for the compiler and invokes it one command at a time.

takeshimiya:
And you can generate a makefile.

Urxae:

--- Quote from: Takeshi Miya on November 30, 2005, 09:06:32 pm ---And you can generate a makefile.

--- End quote ---
Isn't that disabled in current SVN because it was way outdated and didn't work properly anymore?

Navigation

[0] Message Index

[#] Next page

Go to full version