cboillet / Caustic-Design

29 stars 16 forks source link

Obsolete libraries #6

Open Mihai-Popovici opened 1 year ago

Mihai-Popovici commented 1 year ago

libqt4-dev and libcgal-qt4-dev seem to be obsolete so I can´t compile with cmake

a838qaq commented 1 year ago

libqt4-dev and libcgal-qt4-dev seem to be obsolete so I can´t compile with cmake

the same, did you find the solution?

Mihai-Popovici commented 1 year ago

No :(

dylanmsu commented 1 year ago

you have to install CGAL 4.9.1 for it to work

Mihai-Popovici commented 1 year ago

I installed CGAL but I cant get this command to work (sudo add-apt-repository ppa:rock-core/qt4) I get this error: Err:5 https://ppa.launchpadcontent.net/rock-core/qt4/ubuntu jammy Release 404 Not Found [IP: 185.125.190.52 443]

I have the build-CGAL-4.9.1 already in the source folder. I don't know what I am doing wrong.

I am trying to do the step like in your README.md Also, is there any way I can test the program already built? imagen

dylanmsu commented 1 year ago

it seems that installation for qt4 and the required packages doesn't work the same on my machine as it does on yours. What operating system are you using?

Here are my build directories (Ubuntu 22.04.2 LTS). Be sure to install CGAL first because Caustic_Design requires it to be installed on your system. build-Caustic_Design.zip build-Target_Surface.zip

Mihai-Popovici commented 1 year ago

I am using windows 10 with an Ubuntu WSL. I run the commands in the Ubuntu terminal.

dylanmsu commented 1 year ago

I haven't tried it on WSL before. I think it'll be more challenging than native Ubuntu since the programs are GUI based.

if you are able to run the command: sudo apt install libqt4-dev libcgal-qt4-dev

than you don't need to add the qt4 repository