Nick Kostirya writes: > Hello All. > > I wish to copy the program on other computer, but I do not want > install mozart on it. How it is possible to get quickly the list > of files which are necessary for work of the program? > > Best. > Nick. >
As far as I know the rpm based installations and the generic unix tarball all install into one directory. You can move this directory anywhere you want. For example if you move the Mozart directory to $HOME/mymozart/ you can run oz, ozengine, etc by running $HOME/mymozart/bin/oz etc. So if all your platforms are the same you can just distribute the whole mozart distribution with your code. regards Kevin _________________________________________________________________________________ mozart-users mailing list [email protected] http://www.mozart-oz.org/mailman/listinfo/mozart-users
