- Download ms-sys from http://ms-sys.sourceforge.net/#Download.
- Install required packages:
sudo apt-get install build-essential gettext
- 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