EDIT: RC1 has been replaced with an RC2, links have been updated
this is the first time I'm doing a release candidate. But the large changes to the build system for both Linux and Windows are too massive to just release like this.
Therefore I would ask everybody to give this RC a good bit of testing:
For Linux:
Code: Select all
cd /tmp # or any other path to download/unpack and build in
wget http://openems.de/download/src/openEMS-v0.0.33-rc2.tar.bz2
tar jxf openEMS-v0.0.33-rc2.tar.bz2
cd openEMS
./update_openEMS.sh ~/opt/openEMS --with-hyp2mat --with-CTB # or any other path to install to
For Windows (64-bit):
- Just download and unzip: openEMS_x64_v0.0.33-rc2.zip
- Add the path (e.g. C:/openEMS/matlab) to your .octacerc or matlab startup file
Note: I plan on not supporting Windows 32bit any more. This is just to much work for testing and 32bit is dead

For Mac OS-X (totally new and completely alpha-status):
- Install brew
Code: Select all
brew install --HEAD https://raw.github.com/thliebig/openEMS-Project/master/brew/openEMS.rb
Known bugs:
- remote simulation with Octave (fixed already but not included in RC-1); Edit: fixed in RC-2
regards
Thorsten