On 07.04.2011 14:18, Wagner Sales wrote: > I´m building MITK with superbuild and I´m facing one issue that´s can > be a little complicated: the needs to stay on-line when building. > Superbuild will start to fetch a component, compile, download other, > compile, and so on, in a way like: fetch/download, compile, > fetch/download. I´ve read about customizations by setting variables > like VTK_DIR and others. But I think in most cases ( my experience > comes from Slicer and CTK ) the better way are to simply don´t care > about this and to the job. Then, would be good if we have an option do > download/update all and compile all in separate time. Are some way to > do this?
Hello Wagner, we have here in our project a slightly different approach: We disabled the superbuild () and committed ITK, VTK, and MITK (and others) into a 3rdParty directory (in source). This way you can apply patches to the sources if needed and version them. This is somewhat what you imagine if i am correct. I do not know if there is a switch to fetch once and rebuild often later on in the original mitk build file if superbuild is switched to on, because our own big build is a few weeks older than the mitk one... One reason for our own build is also that we needed a 64bit build under windows... Rgeards, Thomas ------------------------------------------------------------------------------ Xperia(TM) PLAY It's a major breakthrough. An authentic gaming smartphone on the nation's most reliable network. And it wants your games. http://p.sf.net/sfu/verizon-sfdev _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
