gdcm安裝

1. yum install -y cmake automake autoinstall autoconfig g++ gcc gcc-c++ 

    yum install -y ncurses-devel doxygen vtk-devel pcre-devel texlive tetex python-devel

2. 安裝swig

    wget http://downloads.sourceforge.net/project/swig/swigwin/swigwin-3.0.7/swigwin-3.0.7.zip

    unzip swigwin-3.0.7.zip

    cd swig

    ./configure

    make

    make install

3. git clone --branch release git://git.code.sf.net/p/gdcm/gdcm

4. mkdir gdcmbin

5. cd gdcmbin

6. ccmake ../gdcm

7. make

8. make install 


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章