Hi Wouter, The best way to get Clean running on Linux is by downloading the latest development release from the Clean wiki [1]. Extract the tarball to, e.g., ~/clean and add "export CLEAN_HOME=$HOME/clean" and "export PATH=$CLEAN_HOME/bin:$CLEAN_HOME/lib/exe:$PATH" to your .bashrc (or equivalent for your shell) and source it (or relaunch your shell. Then, cd $CLEAN_HOME and make.
In order to compile anything, you will need to use cpm (not clm). It can only compile Clean IDE project files (.prj), so you will always need to create a project file. CPM has commands for this, just type cpm help to get started. Gr, Jurriën [1] https://wiki.clean.cs.ru.nl/Download_Clean > > From: Wouter vd L > Sent: Tuesday, February 3, 2015 11:30 AM > To: [email protected] > Subject: [clean-list] Clean on Linux > > Hello, > > I would like to use Clean on Linux, but I cannot find out how to compile my > programm. The clm command doesn't seem to work: 'The program clm is currently > not installed'. When I get clm with apt-get, I get some program that doesn't > look like a Clean-compiler. Could you tell me how to compile my Clean files? > > Kind regards, > Wouter van der Linde > > _______________________________________________ > clean-list mailing list > [email protected] > http://mailman.science.ru.nl/mailman/listinfo/clean-list _______________________________________________ clean-list mailing list [email protected] http://mailman.science.ru.nl/mailman/listinfo/clean-list
