Updated Dehydra Installation Instructions
February 26th, 2010 by tglek
The Dehydra installation instructions got to the point where they were more confusing than helpful. I spent this morning cutting out irrelevant crud, please let me know if there are any further cleanups that need to be done.
That’s really cool. I had seen some instruction updated for gcc 4.5 elsewhere, but it’s great to have the “official” instruction updated. Now, i just have to get to work. I’ll try to get out those dxr instructions also.
Thanks for the update Taras.
Your emphasis is on GCC 4.3 as it should be. The usage changes slightly for the GCC 4.5 user where “-fplugin-arg” becomes “-fplugin-arg-gcc_hydra-script” where “-script” can actually be anything (as of GCC 4.5.0 20100319, Dehydra changeset: 518:d039748e7775).
Might also be useful to mention the (new?) “check_dehydra” target.
On an unrelated note: small copy-edit error in listing for dumptypes.cc on “Using_Dehydra” page: char *c; where ‘;’ is missing for the lazy cut-and-paste user like me.