Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set-up environment for Mac OS X #65

Closed
fblupi opened this issue May 13, 2018 · 2 comments
Closed

Set-up environment for Mac OS X #65

fblupi opened this issue May 13, 2018 · 2 comments

Comments

@fblupi
Copy link
Owner

fblupi commented May 13, 2018

No description provided.

@fblupi fblupi self-assigned this May 13, 2018
@fblupi fblupi added this to the Set-up environment milestone May 13, 2018
@fblupi
Copy link
Owner Author

fblupi commented Jun 21, 2018

  • Install brew and brew cask:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew tap homebrew/cask
  • Optional: Set number of cores for make instruction:
export HOMEBREW_MAKE_JOBS=4
  • Install all libraries:
brew install boost
brew install opencv3 --with-contrib --with-opengl --with-qt5 --with-vtk
brew install qt5
brew cask install qt-creator
brew install cmake
brew install vtk --with-qt
brew install brewsci/science/insighttoolkit --without-hdf5
  • Generate makefile:
cd build
cmake -DQt5LinguistTools_DIR:PATH=/usr/local/Cellar/qt/5.11.1/lib/cmake/Qt5LinguistTools ../src
  • Generate executable:
make

fblupi added a commit that referenced this issue Jun 21, 2018
fblupi added a commit that referenced this issue Jun 21, 2018
@fblupi
Copy link
Owner Author

fblupi commented Jun 21, 2018

Widget does not render the volume.

I think the problem is caused by QVTKWidget. Maybe, by solving this issue we can kill two birds with a stone

@fblupi fblupi closed this as completed in 23818a4 Dec 17, 2018
fblupi added a commit that referenced this issue Dec 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant