SCI Seg3D Mailing List

Text archives Help


Re: [Seg3D] Build on Ubuntu 17.10 Artful fails


Chronological Thread 
  • From: Mark Dewey <mildewey@gmail.com>
  • To: rcasero@gmail.com
  • Cc: seg3d@sci.utah.edu
  • Subject: Re: [Seg3D] Build on Ubuntu 17.10 Artful fails
  • Date: Thu, 12 Apr 2018 14:29:23 +0000

That release won't build on Ubuntu 17.10 regardless due to the ITK version used in that release not being compatible with the more modern compilers of Ubuntu 17.10. The first (currently only) release that can be built on Ubuntu 17.10 is 2.4.2.

Mark

On Thu, Apr 12, 2018 at 5:06 AM <rcasero@gmail.com> wrote:
Solved. The problem is with the Seg3D version. Although googling "Seg3D
download" takes you to the page

https://www.sci.utah.edu/download/seg3d

that states "(Latest Version 2.2.1)" and provides download links, this seems
to be an outdated page.

Instead, go to the Seg3D github releases page

https://github.com/SCIInstitute/Seg3D/releases

Download the tar.gz source code for v2.4.2, and unpack to ~/Software.

There are general instructions to build in linux here

http://sciinstitute.github.io/seg3d.pages/build.html

But they need some tweaking for Ubuntu.

At the very least you need the following ubuntu packages (g++ is v7.2.0 at the
time of this writing), and possibly some others that I had already in my
system

sudo apt install git subversion qt5-default libqt5svg5-dev g++ gcc

Then you can build Seg3D2 with

cd ~/Software/Seg3D-2.4.2
cd bin
cmake -DQt5_PATH:PATH=/usr/lib/x86_64-linux-gnu ../Superbuild/
make -j6

The binary that gets built is
~/Software/Seg3D-2.4.2/bin/Seg3D/Seg3D2
_______________________________________________
Seg3d mailing list:  Seg3d@sci.utah.edu
http://www.sci.utah.edu/software/seg3d.html
To unsubscribe, email sympa@lists.sci.utah.edu with the "unsubscribe seg3d" in the message body.



Archive powered by MHonArc 2.6.18.

Top of page