Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I need to get Mosml (Moskow sml) on to my system for university. I never installed anything that wasn't in the software manager or using wine (read: my console skills are low).

the package is here: http://packages.ubuntu.com/hardy/mosml thing is, I haven't got a clue what to do with it.

So far:

  • Tried the mosml.static (a stand-alone toplevel (mosml)) didn't really know what to do with it.

  • tried the source files, extracted them and looked in the install.txt, but I don't get the /bin folder and so it seems to be a dead-end..??

Please help if you have a clue. I really need it and its quite urgent.

share|improve this question
if any of these answers answerd your question please accept one of them thank you :) – blade19899 Sep 14 '12 at 20:20

2 Answers

http://www.itu.dk/people/sestoft/mosml/doc/mosmllib-html.tgz

click on the above link and download the .tar file

Now execute the following commands in order

tar zxf file.tar.gz 
ls
cd path-to-software/   //change to the directory --it will be named something like mos something
./configure
make
make install
share|improve this answer

Here u go. If you are using Ubuntu 32bit or amd64

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.