EMSO Installation on Ubuntu 10.04 32 bit

This is a short instruc­tion to how to install EMSO on last Ubuntu ver­sion: 10.04 LTS (code­name Lucid Lynx). First of all get the last releases of EMSO and VRTherm here. VRTherm is a ther­mo­dy­namic prop­er­ties pack­age that works as a plu­gin of EMSO. Cur­rently the last ones are emso-beta-linux2-i386-0.10.3.tar.gz and vrtherm-linux2-i386-1.4.2.tar.gz. So that untar them:

user@computer:$ tar xzvf emso-beta-linux2-i386-0.10.3.tar.gz
user@computer:$ tar xzvf vrtherm-linux2-i386-1.4.2.tar.gz

If you want to have EMSO and VRTherm avail­able for all users you should copy them to a com­mon place:

user@computer:$ sudo cp –r emso /usr/local
user@computer:$ sudo cp –r dist/vrtherm /usr/local

And cre­ate sym­bolic links to call EMSO and VRTherm:

user@computer:$ sudo ln –s /usr/local/emso/bin/emso /usr/local/bin/emso
user@computer:$ sudo ln –s /usr/local/vrtherm/vrtherm /usr/local/bin/vrtherm

So you can call them any­where by typ­ing in the terminal:

user@computer:$ emso
user@computer:$ vrtherm

Let’s start get­ting all the pack­ages nec­es­sary from Ubuntu repository.

user@computer:$ sudo apt-get install libumfpack5.4.0 libxml++2.6–2 libxerces-c28 libsuitesparse-metis-3.1.0

And finally the libfox1.4 pack­age must be tak­ing from an old repos­i­tory. It is essen­tial to run EMSO and VRTherm promptly:

user@computer:$ wget –c http://archive.ubuntu.com/ubuntu/pool/universe/f/fox1.4/libfox1.4_1.4.34-1ubuntu1_i386.deb
user@computer:$ sudo dpkg –i libfox1.4_1.4.34-1ubuntu1_i386.deb

Addi­tion­ally to run all sam­ples you should give write per­mis­sion to folder /mso/sample (or copy it to your /home folder). EMSO needs to cre­ate tem­po­rary files to open dia­gram files (.PFD) oth­er­wise EMSO crashes.

user@computer:$ sudo chmod 771 –R /usr/local/emso/mso/sample

Plugins Configuration
To start using EMSO for all appli­ca­tions you must prop­erly con­fig­ure the ther­mo­dy­namic pack­age. Call EMSO and go to “Con­fig” > “Plu­g­ins…” and add a plu­gin calls PP and the path to the file libvrpp.so under /usr/local/vrtherm/libvrpp.so as shown in Fig­ure. Press­ing “Add Plu­gin” and “Ok”, PP will be shown in “Reg­is­tered Plu­g­ins” sec­tion above. EMSO will be ready after restart application.

Related Posts with Thumbnails