Re: [ibr-dtn] modifying source code , what else should be done in order to install modified version?
Hi Tadewos,
I am reflecting your message to the IBR-DTN mailing list, as there is a higher chance meeting knowledgeable people there. If you have not done so yet, you should join it
https://mail.ibr.cs.tu-bs.de/mailman/listinfo/ibr-dtn (just searching the mailing list archives is easier with: http://news.gmane.org/gmane.network.ibrdtn )
As for your question: I do not know much about autotools and most of the time only hope they work :) But if I am not mistaken the basic idea is modifying the Makefile.am files. If you checked out the sourcecode from the git, in the top level directory should be a file autogen.sh . This will use some autoconf/automake magic to create the .in files. Those are then used by configure to create the actual make files.
MfG
Sebastian
On 22 Jul 2015, at 13:55, tadewos somano tadewos85@gmail.com wrote:
Hi again , Just a bit detail of my previous question: I added one .cpp and one .h file within prophet. And its interaction is solely with prophet classes. Best,
Tadewos Somano
On Wed, Jul 22, 2015 at 1:51 PM, tadewos somano tadewos85@gmail.com wrote: Hi Sebastian , I have the following question regarding IBR-DTN
- what is the format for PRoPHET message?
2)I modified the source code of IBR-DTN for my purpose . But I am not sure what other files(shell , .am,.in, makefile ,...) should be modified so that I can install for my purpose.Should I modify the makefile within the module only ? Or what should I do.[I am new to Autotools] Best,
Tadewos Somano
participants (1)
-
Sebastian Schildt