You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: $ means run this command as *non-root*. If you must run the command as super-user (you don't), do it under sudo and hope omc did not detect it or your build might fail.
4
5
$ sudo su -c "echo deb http://build.openmodelica.org/apt precise nightly >> /etc/apt/sources.list"
The latest OpenModelica uses Qt for potting and 3D functionality. You will also need:
40
-
Qt 4.x.x (http://trolltech.com - >= 4.6)
41
-
Coin3D (http://www.coin3d.org - tested with 3.0.0; deprecated)
42
-
SoQt (http://www.coin3d.org - tested with 1.4.1; deprecated)
39
+
OpenModelica uses Qt for plotting functionality and graphical. You will need:
40
+
Qt 4.x.x (http://trolltech.com - >= 4.4.3? 4.6?)
41
+
libqwt
43
42
OMOptim uses some packages for its optimization algorithms
44
43
paradisEO (http://paradiseo.gforge.inria.fr/ - tested with 1.3; see the Debian installer for the directory structure or send openmodelica <at> ida.liu.se a listing of the files paradiseo installs to /usr/local/ to have the Makefiles updated)
45
44
Note:
@@ -63,9 +62,9 @@ You need:
63
62
or
64
63
$ sudo apt-get install sun-java6-jre
65
64
$ sudo update-java-alternatives -s java-6-sun
66
-
Qt+Coin3D+SoQt
65
+
Qt and friends
67
66
you need readline and Qt dev stuff to compile omc and mosh (OMShell)
0 commit comments