Search This Blog

Install ms-sys on Debian

  1. Download ms-sys from http://ms-sys.sourceforge.net/#Download.
  2. Install required packages:
    sudo apt-get install build-essential gettext
    
  3. Extract the source, and compile, then install:
    cd /tmp; tar zxvf ~/Downloads/ms-sys-2.4.0.tar.gz; 
    cd /tmp/ms-sys-2.4.0
    make
    sudo make install
    

NOTE:

  • You need to install build-essential package to install the compilers.
  • You need to install gettext package to fix the error msgfmt: command not found

No comments:

Post a Comment