Coder Social home page Coder Social logo

Comments (3)

Pratapabhay avatar Pratapabhay commented on August 29, 2024

Hi @zaykl follow the instructions in the Readme File. While running cmake it will notify you what all libraries you are missing. Just Install them and run the make command, you are good to go.

from fastfusion.

zaykl avatar zaykl commented on August 29, 2024

@Pratapabhay I don't think this is a good idea. Sometimes the latest version library may cause crash.

from fastfusion.

moonfish930 avatar moonfish930 commented on August 29, 2024

I build the project on VMware Ubuntu14, here is my process

opencv

sudo apt-get install cmake  
sudo apt-get install build-essential cmake libgtk2.0-dev pkg-config Python-dev python-numpy libavcodec-dev libavformat-dev libswscale-dev 

then download opencv2.4 on https://github.com/opencv/opencv; build and install opencv2.4

qt4

first I remove qt5 thoroughly, then install qt4 through apt-get, at last install QGLviewer2.6.3(this is a version matches qt4)

sudo apt-get purge --auto-remove qt5-default
sudo apt-get install qt4-dev-tools qt4-doc qt4-qtconfig qt4-demos qt4-designer

download QGLvierwer2.6.3 from http://libqglviewer.com/src/ , then install it

others

sudo apt-get install libeigen3-dev libboost-all-dev libglew-dev 

source code modify

in CMakeLists.txt

#find_package(Eigen3 REQUIRED)  
include_directories(EIGEN3_INCLUDE_DIR)  
include_directories("/usr/include/eigen3")

in src/CMakeLists.txt

message(STATUS "Did not find qglviewer2, linking qglviewer-qt4")
set(QGLVIEWER QGLViewer)

in onlinefusionviewer.cpp

#include <QGLViewer/manipulatedFrame.h>

from fastfusion.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.