Skip to content

Latest commit

 

History

History
67 lines (51 loc) · 1.84 KB

install_firefox.md

File metadata and controls

67 lines (51 loc) · 1.84 KB

How to Process MRI Images:

  1. Beginner's Guide to Command-Line Interface
  2. Installation Instructions
  3. Preprocessing T1 images
  4. Hippocampus Segmentation


Linux

  • Download Firefox 30 Archive
#!console
# cd /usr/local
# wget http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/30.0/Linux-x86_64/en-US/firefox-30.0.tar.bz2
  • Extract Archive
#!console
# tar xvjf firefox-30.0.tar.bz2
  • Configure Firefox
#!console
# ln -s /usr/local/firefox/firefox /usr/local/bin/firefox

Mac

Windows