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

Qt5 version #174

Open
lepalom opened this issue Jul 9, 2020 · 2 comments
Open

Qt5 version #174

lepalom opened this issue Jul 9, 2020 · 2 comments

Comments

@lepalom
Copy link

lepalom commented Jul 9, 2020

I have seen that graspit has in its dependencies all refered to Qt4:

sudo apt-get install libqt4-dev
sudo apt-get install libqt4-opengl-dev
sudo apt-get install libqt4-sql-psql
sudo apt-get install libsoqt4-dev

Qt4 is not longer active neither provided by any modern Linux distro, so graspit will be unusable soon. There's any plan to migrate to Qt5?

@vladislav-klass
Copy link

Are there any updates or workaround on this matter? Can anyone recommend alternatives to graspit on Ubuntu 20.04?

@DavidWatkins
Copy link
Contributor

Use branch qt5, then use the following commands to build graspit:

sudo apt install -y cmake libsoqt520 libsoqt520-dev libblas-dev liblapack-dev libqhull-dev libeigen3-dev git
sudo apt update
mkdir $HOME/dependencies/
cd ~/dependencies
git clone https://github.com/graspit-simulator/graspit.git -b qt5
cd graspit
export GRASPIT=$PWD
mkdir build
cd build
cmake ..
make -j$(nproc)
sudo make install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants