mkazhdan / PoissonRecon

Poisson Surface Reconstruction
MIT License
1.57k stars 427 forks source link

Cannot Compile In Ubuntu #307

Open wangmiaowei opened 6 days ago

wangmiaowei commented 6 days ago

My gcc version: 1728857673712 I get error when I input make -j10

1728857728669

mkazhdan commented 5 days ago

Seems like this is an issue with the JPEG library. You can try linking against the standard JPEG library in Ubuntu.

wangmiaowei commented 5 days ago

thanks your reply since I am in the conda enviroment, and the correct solution is

conda install -c conda-forge libjpeg-turbo