mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 09:30:48 +08:00
0032323: Configuration - drop unused dependency from Xmu
Removed unused header Aspect_XWD.hxx. Removed redundant includes of unused X11 extension headers. Added missing dependency on pthread to TKDraw. Added "-z defs" linker flag to qmake projects to detect missing library dependencies. Removed unused CSF_MotifLibs.
This commit is contained in:
@@ -272,7 +272,7 @@ There are two types of third-party products, which are necessary to build OCCT:
|
||||
All 3rd-party products required for building of OCCT could be installed
|
||||
from official repositories. You may install them from console using apt-get utility:
|
||||
|
||||
sudo apt-get install tcllib tklib tcl-dev tk-dev libfreetype-dev libxt-dev libxmu-dev libxi-dev libgl1-mesa-dev libfreeimage-dev rapidjson-dev
|
||||
sudo apt-get install tcllib tklib tcl-dev tk-dev libfreetype-dev libx11-dev libgl1-mesa-dev libfreeimage-dev rapidjson-dev
|
||||
|
||||
Building is possible with C++ compliant compiler:
|
||||
|
||||
@@ -624,4 +624,4 @@ in *FREEIMAGE_SRC_DIR* by the corrected file, which you can find in attachment t
|
||||
|
||||
5. Clean temporary files
|
||||
|
||||
make clean
|
||||
make clean
|
||||
|
||||
Reference in New Issue
Block a user