Hi, The easiest way is probably to rebuild sprout, and then upgrade your sprout from the manual install with the updated debian packages. You can do this by running 'make deb' in the sprout directory - the debian packages are created in the parent of the top level sprout directory.
Alternatively, you can build just the Sprout code (run make in the sprout/sprout directory), and then run 'make deb-only' in the top level sprout directory. This skips checking the dependencies when building the debian packages, so is quicker. Hope this helps, Ellie -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Sushant Hiray Sent: 11 November 2014 08:27 To: [email protected] Cc: Mythili Vutukuru; Anmol Garg Subject: [Clearwater] Tweaking Sprout source code and running it as daemon Dear All, I've currently installed sprout via the manual install method <https://github.com/Metaswitch/clearwater-docs/wiki/Manual-Install> Everything is working fine in this installation. I'm interested in tweaking the source code of sprout. Particularly I'm interested in tweaking the load_monitor <https://github.com/Metaswitch/cpp-common/blob/master/src/load_monitor.cpp> algorithm and seeing the effect on traffic handling. I want to know, what is the best way to go ahead. Is there any way I can update the source code in my current sprout installation and recompile and run the daemon. We tried building the bleeding edge source in a new VM but are facing some issues <http://lists.projectclearwater.org/mail-archive/msg01039.html> (link to mailing list post), so I was particularly looking to check if there is any alternative way to tweak the source code, recompile it and run it as daemon. Looking forward to your responses. Regards, Sushant Hiray, Senior Undergrad CSE, IIT Bombay _______________________________________________ Clearwater mailing list [email protected] http://lists.projectclearwater.org/listinfo/clearwater _______________________________________________ Clearwater mailing list [email protected] http://lists.projectclearwater.org/listinfo/clearwater
