AICAN-Research / FAST-Pathology

⚡ Open-source software for deep learning-based digital pathology
BSD 2-Clause "Simplified" License
122 stars 26 forks source link

cmake --build . --config Release --target fastpathology #57

Closed chaoyangxiao closed 1 year ago

chaoyangxiao commented 1 year ago

Hello, thank you very much for sharing the code. I got stuck in that build step when compile the fastpathology. I have the following problems. This bug has been bothering me for several days. I have encountered this problem in ubuntu and windows.

0A}~7OTST0C)EIAT)A}SQGH “无法解析的外部符号“ means an external symbol that cannot be resolved in the picture.

Looking forward to your reply.

smistad commented 1 year ago

Hi, you have to enable HDF5 support when you build FAST. You do this by configuring cmake with -DFAST_MODULE_HDF5=ON and then recompile the install target again.

Note you can download a precompiled version of FAST instead at https://github.com/smistad/fast/releases these have all modules enabled.

chaoyangxiao commented 1 year ago

Hi, you have to enable HDF5 support when you build FAST. You do this by configuring cmake with -DFAST_MODULE_HDF5=ON and then recompile the install target again.

Note you can download a precompiled version of FAST instead at https://github.com/smistad/fast/releases these have all modules enabled.

Thank you very much for your reply. You are very professional. Even though I am a novice, I have successfully compiled fast-pathology, and I can't wait to start using it.

Thank you again.