CentOS에 FreeSurfer 설치

PHPz
풀어 주다: 2024-02-09 23:12:38
앞으로
983명이 탐색했습니다.

php 편집기 Yuzai가 CentOS에 FreeSurfer를 설치하는 방법을 소개합니다. FreeSurfer는 뇌 MRI 영상 처리 및 분석에 사용되는 오픈 소스 소프트웨어로 뇌 구조를 추출하고 기능적 연결 연구를 수행할 수 있습니다. CentOS 시스템에 FreeSurfer를 설치하려면 종속 환경 준비, 설치 패키지 다운로드, 압축 해제 및 구성 등을 포함한 특정 단계를 따라야 합니다. 이 글의 안내를 통해 CentOS 시스템에 FreeSurfer를 쉽게 설치 및 사용하고 뇌 연구의 편리함을 누릴 수 있을 것입니다.

CentOS에 FreeSurfer 설치

1 CentOS 시스템에 필요한 종속성이 설치되어 있는지 확인해야 합니다.

```shell

sudo yum install gcc gcc-c++ make flex bison perl tcsh tcsh -devel ksh tk tk-devel python python-devel python-numpy python-scipy python-matplotlib python-pip python-tkinter

```

2. 다음으로 최신 버전의 패키지를 다운로드해야 합니다. FreeSurfer 공식 웹사이트에서 지정된 디렉토리에 압축을 푼다:

tar -xzf freesurfer-.tar.gz

3 그런 다음 압축이 풀린 디렉토리에 들어가서 설치 스크립트를 실행합니다:

cd freesurfer-

./ install_freesurfer.sh

4 설치가 완료된 후 FreeSurfer를 시스템 환경 변수에 추가해야 `~/.bashrc` 파일을 편집하고 다음 줄을 추가할 수 있습니다. :

export FREESURFER_HOME=/path/to/freesurfer

export PATH=$FREESURFER_HOME/bin:$PATH

그런 다음 다음 명령을 실행하여 변경 사항을 적용합니다.

source ~/.bashrc

이제 다음 명령을 사용할 수 있습니다. CentOS 시스템의 FreeSurfer.

CentOS 설치 FreeSWITCH

FreeSWITCH는 전화 네트워크 및 음성 애플리케이션을 구축하는 데 사용할 수 있는 오픈 소스 전화 교환 시스템입니다. 다음은 CentOS 시스템에 FreeSWITCH를 설치하는 단계입니다.

sudo yum install git gcc-c++ flex bison autoconf libtool libtool-ltdl-devel pkgconfig libxml2-devel libjpeg-turbo-devel libpng-devel openssl-devel sqlite-devel lua-devel soundtouch-devel speexdsp-devel libedit-devel ncurses-devel libyuv-devel alsa-lib-devel libcurl -devel libsndfile-devel pcre-devel libuuid-devel libvorbis-devel libopus-devel libtiff-devel libavcodec-devel libavformat-devel libavutil-devel libavfilter-devel libavdevice-devel libavresample-devel libspandsp-devel libgsm-devel libvpx-devel libwebp -devel libtheora-devel

2 다음으로, FreeSWITCH 공식 웹사이트에서 최신 버전의 소스 코드를 다운로드하여 지정된 디렉터리에 압축을 풀어야 합니다:

git clone freeswitch-

cd freeswitch-

3. 구성 스크립트를 실행하고 스크립트를 컴파일합니다:

./bootstrap.sh -j

./configure --without-pgsql --prefix=/usr/local/freeswitch --sysconfdir=/etc/freeswitch/ --localstatedir= /var/lib /freeswitch --enable-shared-lua --enable-static-lua --enable-static-mod_lua --enable-static-opus --enable-static-vpx --enable-static-tiff -- 활성화-정적- jpeg --enable-static-sndfile --enable-static-speexdsp --enable-static-libedit --enable-static-yuv --enable-static-alsa --enable-static-curl --enable -static-pcre --enable-static-uuid --enable-static-vorbis --enable-static-opusfile --enable-static-soundtouch --enable-static-spandsp --enable-static-gsm --enable- static-libvpx - -enable-static-libwebp --enable-static-libtheora --without-perl --without-python --without-java --without-tcl --without-gdbm --without-db4 --without -sqlite3 --without-firebird --without-mysql --without-postgresql --without-oracle --without-odbc --without-ldap --without-snmp --without-avahi --without-xml2 --without -gtk2 -- popt 없음 --ssl 없음 --zlib 없음 --bzip2 없음 --libtiff 없음 --libjpeg 없음 --libpng 없음 --libvpx 없음 --libopus 없음 --없음 -libwebp -- 없이-speexdsp --without-libsndfile --without-luajit --without-opusfile --without=mod_avmd --without=mod_avmd_transforms --without=mod_dingaling --without=mod_flite --without=mod_pocketsphinx --without =mod_rayo -- =mod 없음

위 내용은 CentOS에 FreeSurfer 설치의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!

관련 라벨:
원천:xiaosiseo.com
본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿
회사 소개 부인 성명 Sitemap
PHP 중국어 웹사이트:공공복지 온라인 PHP 교육,PHP 학습자의 빠른 성장을 도와주세요!