Earlier I was in Ubuntu & it was easy to install smlnj using
apt-get install smlnj
but now I shifted to Arch & I'm finding it difficult to install smlnj.
I tried to find smlnj package through yaourt
but I didn't found any.
Then I tried to install it by steps given in official site by downloading tar file. I followed given steps and extracted tar
file in /usr/local/sml
& then compiled by running command
config/install.sh
.
After doing all this I tried to run sml but was not successful. I tried setting environment variable but again was not successful.
Please tell me whether I'm missing any steps or doing it wrong way. What is correct way to install smlnj in Arch Linux?